israelroldan / npz

Kiss 'run' goodbye, run your npm scripts with ease!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npz

Commitizen friendly

Run your npm scripts with ease

npm provides a great way to run scripts in your package json by using npm run {scriptName}, but in some cases, these scripts are run without the run keyword (e.g. test).

npz allows you to run any script in package.json directly, (no run keyword).

Instead of:

npm run myscript

You can:

npz myscript

Behind the scenes, npz uses npm run which makes your scripts behave the same.

Installation

You can install this package globally:

npm i -g npz

or run it using npx:

npx npz {script}

License

MIT

About

Kiss 'run' goodbye, run your npm scripts with ease!


Languages

Language:JavaScript 100.0%