Package Exports
- scriptsleuth
- scriptsleuth/index.ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (scriptsleuth) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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