@gabsf-dev/run-script
v1.0.2
Published
The effortlessly way to run your package.json scripts
Downloads
11
Maintainers
Readme
The effortlessly way to run your package.json scripts
Getting Started
To use RunScript it's simple as to run:
npx @gabsf-dev/run-scriptOr to install globally:
npm i -g @gabsf-dev/run-scriptand run it using:
run-scriptAfter that, just choose the script that you want to run, and RunScript make the rest, since choosing npm or yarn to run your script based on the lock file present in the folder, to logging all of the script execution for you.
Flags
RunScript provides the following flags:
- -V, --version
Logs the RunScript current version.
npx @gabsf-dev/run-script -V- -h, --help
Logs the RunScript help.
npx @gabsf-dev/run-script -h- -v, --view
Only show the scripts listed in your package.json in a table format.
npx @gabsf-dev/run-script --view- --ai
With the --ai flag, you can receive ai thoughts about the scripts presents in the package.json. It's a coming soon feature, so stay tuned for the future updates.
npx @gabsf-dev/run-script --aiLicense
RunScript is MIT licensed.
Copyright
Copyright Contributors to the RunScript project.
