Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.
/ npmsh Public archive

Shell for running npm cmds and scripts.

Notifications You must be signed in to change notification settings

MarkTiedemann/npmsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npmsh

Shell for running npm cmds and scripts.

Installation

npm i -g npmsh

Quickstart

# Start the shell
$ npmsh
# => Now you can run npm cmds and scripts
# without the `npm ` or `npm run ` prefix

Built-in cmds:

λ start
# => npm start

Aliases:

λ i
# => npm i

package.json scripts:

λ lint
# => npm run lint

Chaining:

λ build && test
# => npm run build && npm test

Flags:

λ serve --open
# => npm run serve -- --open

Reserved cmds:

λ clear
# => clear the screen

λ reload
# => reload the package.json scripts

λ exit
# => exit the screen

Also has tab completion!

License

WTFPL – Do What the F*ck You Want to Public License.

Made with ❤️ by @MarkTiedemann.

About

Shell for running npm cmds and scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published