0.1.0 • Published 1 year 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 (
compforcompile); - a shortened alias (
bdforbuild: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/nsxUsage
nsx l --fix
# npm lint -- --fixOptions
| 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
1 year ago