0.3.1 • Published 8 years ago
npmsh v0.3.1
npmsh
Shell for running npm cmds and scripts.
Installation
npm i -g npmshQuickstart
# Start the shell
$ npmsh
# => Now you can run npm cmds and scripts
# without the `npm ` or `npm run ` prefixBuilt-in cmds:
λ start
# => npm startAliases:
λ i
# => npm ipackage.json scripts:
λ lint
# => npm run lintChaining:
λ build && test
# => npm run build && npm testFlags:
λ serve --open
# => npm run serve -- --openReserved cmds:
λ clear
# => clear the screen
λ reload
# => reload the package.json scripts
λ exit
# => exit the screenAlso has tab completion!
License
WTFPL – Do What the F*ck You Want to Public License.
Made with :heart: by @MarkTiedemann.