print-scripts-cli
v0.25.0
Published
Tiny CLI tool to print packages.json scripts in a human readable way.
Downloads
187
Readme
Print Script CLI
Display package.json scripts in a beautiful, color-coded format.
Installation
npm install -g print-script-cliUsage
Navigate to any project directory and run:
pscThe CLI will automatically find and display all scripts from your package.json.
Example Output
█ dev → vite
█ build → tsc && vite build
█ preview → vite preview
█ test → vitestRequirements
- Node.js (any recent version)
- A
package.jsonfile in your current directory
Features
- Color-coded, easy-to-read output
- Fast and lightweight
- Automatically detects package.json
- Aligned script names and commands
License
MIT
