Skip to content

Instantly share code, notes, and snippets.

@taisyo7333
Last active July 19, 2016 23:31
Show Gist options
  • Save taisyo7333/c25dc2e17d5642c9c0dcd4977c636bb1 to your computer and use it in GitHub Desktop.
Save taisyo7333/c25dc2e17d5642c9c0dcd4977c636bb1 to your computer and use it in GitHub Desktop.
npm install test
cd <pkg>
sudo npm link
cd use-my-node-module/
sudo npm unlink
npm owner ls <pkg>
  • get 's information
npm view <pkg>
  • publish
npm publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment