Skip to content

Instantly share code, notes, and snippets.

View kamiranoff's full-sized avatar
🐥
Junior Developer

Kevin Amiranoff kamiranoff

🐥
Junior Developer
  • Brains and Brawn Studio
  • London, UK
View GitHub Profile
@kamiranoff
kamiranoff / readme.md
Created December 11, 2016 20:24 — forked from coolaj86/how-to-publish-to-npm.md
How to publish packages to NPM

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 "[email protected]"
npm set init.author.url "http://yourblog.com"

npm adduser