Skip to content

zokugun/nsx

Repository files navigation

MIT licensed NPM Version Donation Donation Donation

nsx is command-line interface which allows you to run a npm script by:

  • its full name (compile);
  • the first letters (comp for compile);
  • a shortened alias (bd for build: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.

Ko-fi ko-fi.com/daiyam
Liberapay liberapay.com/daiyam/donate
PayPal paypal.me/daiyam99

License

Copyright © 2025-present Baptiste Augrain

Licensed under the MIT license.