Skip to content

Instantly share code, notes, and snippets.

View ksugiarto's full-sized avatar

Kris Sugiarto ksugiarto

View GitHub Profile
@ksugiarto
ksugiarto / settings.json
Created April 3, 2018 09:44 — forked from bblanchon/settings.json
Sublime Text: Restore Quick Switch Project shortcut
{ "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace" }
@ksugiarto
ksugiarto / readme.md
Created December 3, 2015 08:35 — 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