Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am sinistersig on github.
  • I am sigismond (https://keybase.io/sigismond) on keybase.
  • I have a public key whose fingerprint is 1D08 7428 CF29 6FAA 80D3 5315 73B7 7E4E 9CDB FAAA

To claim this, I am signing this object:

Getting Started with NPM (as a developer)

If you haven't already set your NPM author info, now you should:

npm set init.author.name "Your Name"
npm set init.author.email "you@example.com"
npm set init.author.url "http://yourblog.com"

npm adduser