Interactive development where it is linked to act like a global registration.
npm link
npm unlinkWorking with asdf:
which wbsmshows where symlink is shimmed- if changing the root bin command, may have to
rmthe shim link - remove the node_modules
npm install -g
Deploying an update
Update lib/version.js for the correct next version.
npm version patch
npm publish
git push
Push the tag for creating a GitHub release (if desired). Used Atom's Git Plus plugin.
git push origin v1.1.0
Must be logged in to npm to publish.
npm login
Username: <username>
Password: <password>
Email: (this IS public) <email>
To allow installing with yarn, publish to yarnpkg.com as well.
yarn login
yarn publish