SkillAgentSearch skills...

Netrc

A netrc implementation in Go

Install / Use

/learn @keith/Netrc
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

netrc

This is a simple implementation for reading a .netrc file for a user's credentials for services

Build Status Coverage Status

Installation

$ go get github.com/Keithbsmiley/netrc

The add it to your import

import (
  "github.com/Keithbsmiley/netrc"
)

Development

At the moment this library still has some major feature omissions. Such as setting new credentials in the user's netrc. I plan on adding these soon and I will write a better usage guide then. For now most of the methods are commented and you can view netrc_test to see some of the method calls.

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated3y ago
Forks0

Languages

Go

Security Score

70/100

Audited on Sep 13, 2022

No findings