0.1.0 • Published 5 months ago
@zokugun/nsx v0.1.0
@zokugun/nsx
nsx
is command-line interface which allows you to run a npm script by:
- its full name (
compile
); - the first letters (
comp
forcompile
); - a shortened alias (
bd
forbuild:dev
).
If the name can't be matched to a single script, a prompt will asked you to desired script to run.
You can pass arguments to the script without any additional --
.
Install
With node previously installed:
npm install @zokugun/nsx
Usage
nsx l --fix
# npm lint -- --fix
Options
Option | Default | Description |
---|---|---|
-c , --confirm | false | Confirm before running the selected script. |
-p , --path | "." | Path to the folder containing package.json . |
-s , --separator | ":" | The separator for shortened alias. |
Donations
Support this project by becoming a financial contributor.
License
Copyright © 2025-present Baptiste Augrain
Licensed under the MIT license.
0.1.0
5 months ago