jspm / github

Github Location Service
16 stars 43 forks source link

feat(netrc): add support for getting github credentials from the .netrc ... #40

Closed frankwallis closed 9 years ago

frankwallis commented 9 years ago

...file

This changes uses the 'node-netrc' package to read github credentials from ~/.netrc. The netrc file is only used if the credentials have not been configured in ~/.jspm/config (via the jspm cli)

guybedford commented 9 years ago

This is really great, thanks!

frankwallis commented 9 years ago

closing, will reapply in separate PR