Skip to content

Instantly share code, notes, and snippets.

View llccing's full-sized avatar
🎯
Focusing

Rowan Liu llccing

🎯
Focusing
View GitHub Profile
@llccing
llccing / readme.md
Created December 13, 2017 13:06 — 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

@llccing
llccing / installing-node-for-ubuntu-with-nvm.md
Created October 21, 2017 02:03 — forked from d2s/installing-node-with-nvm.md
Installing Node.js for Ubuntu with nvm