xrubio Posted March 5, 2017 Share Posted March 5, 2017 alfred-nodejs-tools This Alfred 3 Workflow includes some useful tools for node.js developers: node ls: List NPM top-level packages. List packages for current default node.js installation (regardless of whether is managed by NVM or not). node nvm ls: List all NVM installations top-level packages. List top-level packages for all node.js installations managed by NVM. node nvm install (new-version) (old-version): Install a new node.js using NVM. You optionally can select an old version to reinstall packages to new version, or use none to skip this part. The list of available versions is automatically pulled from https://nodejs.org/dist/. To download and to view the license see the following GitHub repo: https://github.com/xrubioj/alfred-nodejs-tools Enjoy! matthew16 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now