scriptsleuth
v1.0.0
Published
For a project that checks the script list in package.json
Downloads
6
Maintainers
Readme
ScriptSleuth
ScriptSleuth is a Node.js command-line interface (CLI) tool designed to help developers quickly run scripts defined in a package.json file.
Features
- Interactive prompt to select a script from
package.json - Customizable script runner (npm, yarn, pnpm, etc.)
- Simple and intuitive user interface
- Fast and non-blocking script execution
Installation
You can install ScriptSleuth globally on your system using npm:
npm install -g scriptsleuthUsage
To run ScriptSleuth, simply run the following command in your terminal, In owning package.json file directory:
scsl
scsl -p pnpm # Use pnpm as the script runner
