0.1.4 • Published 10 years ago

netrc v0.1.4

Weekly downloads
84,087
License
MIT
Repository
github
Last release
10 years ago

netrc Build Status

Parse netrc files

Usage

var netrc = require('netrc');

var myNetrc = netrc();

console.log(myNetrc['github.com'])
// { login: 'my-oauth-token',
//   password: 'x-oauth-basic' }

myNetrc['github.com'].login = 'my-new-oauth-token';

netrc.save(myNetrc);

API

netrc(file)

Loads a .netrc file, defaulting to ~/.netrc

netrc.parse(string)

Parses netrc formatted string into an object:

{
  "machine1.example.com": {
    "login": "my-login",
    "password": "my-password"
  },
  "machine2.example.com": {
    "login": "my-other-login",
    "password": "my-other-password"
  }
}

netrc.format(object)

Formats a netrc object into a valid string

netrc.save(object)

Persists a netrc object to ~/.netrc

Tests

$ npm test
braunny-surgebraunny-autolink-cacaroto@shipengine/cli@shipengine/integration-platform-cli@everything-registry/sub-chunk-2260wobilewehirestoryblokstoryblok-clispectreportvapid-clivapid-cli-nextvolos-util-apigee@dronedeploy/dronedeploy-cli@runkod/runkod-clijspm-githubsurgetowa-storybloktipmtravis-token-updater@alvilio/a-shop-cli@clinext/sdk@aboveyou00/githubyappescli@ianwremmel/proj@ianwremmel/create@heroku-cli/heroku-accounts@herospark/hero-themes-cli@gitsupport/github@nerdwallet/shepherd@netvarec/vapi-cli@neec/vapi-cli@justathoughtnz/justathoughtnz-vapid-cli@kennethormandy/surge@onfido/surge@sm-forks/github@spec.dev/cli@servable/climy613-clipacktpub-cliopenshift-cmd-pluspagedraw-clipanelfbs-braunnyprpanelfbs-cacarotopanelfbs-coronado23apanelfbs-victorpanelfbs-paradispanelfbs-surge-braunnyprrundexterreindex-clisabaccuinode-netrcneeds-releasenotifilesnpm-starprebuilt-cliredir-cligitbook-start-heroku-merquililyconygit-attachgithub-compat-8grunt-jenkinsgpt-migrateincludableheroku-cli-commandheroku-accountsheroku-commandheroku-auth-finderhero-themes-cli-testgulp-strawlitllite.shmaodou@webdesignio/surge-helper@vapid/cli@tonysusi/vapidakkerisactionfps-clone-logsadonicatlas-appatlas-toolkitautenticacion-oauth-con-passport-merquililyconyapp.jsonapigee-edge-jsapigeetoolapigee-edge-js-examplesapigee-edge-js-scaapim-uicomponent-comparecomponent-devcomponent-checkoutcomponent-hookscomponent-packageconfluence-toolcapone-cliccp-jspm-githubclinextcogentcontentsync-clicomponent-xcreate-atlas-dapp
0.1.4

10 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago