Skip to content

Instantly share code, notes, and snippets.

View arkka's full-sized avatar

Arkka Dhiratara arkka

View GitHub Profile
@arkka
arkka / readme.md
Created August 18, 2016 11:39 — 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 "you@example.com"
npm set init.author.url "http://yourblog.com"

npm adduser