1.4.3 • Published 1 year ago
scriptpal v1.4.3
ScriptPal 🤘
A simple npm script palette for lazy people who want a quick way to look through and pick npm scripts!
- keyboard navigation
- autocompletion
- fuzzy finding
Install ⬇️
Install globally
npm install -g scriptpalUsage 🏁
scriptpalUsage with npx
npx scriptpalAPI 🤖
--nowelcome,-nOmit welcome message--last,-lRun previous command--version,-vVersion number--clipboard,-cCopy command to clipboard--helpHelp me 🙏
Subcommands
list List all scripts found in local package.json.
It's possible to also run arbitrary scripts from your package.json by passing them as sub-commands, similar to yarn.
For example: scriptpal test will run npm run test.
## Examples
- `$ scriptpal --nowelcome`
- `$ npx scriptpal`
- `$ scriptpal --last --preset="emoji"`
- `$ scriptpal list`
- `$ scriptpal start`
## You might also like...
- [CommitPal](https://github.com/zeropoly/commitpal): A delightful CLI tool for building complex commit messages
- [Enquirer](https://github.com/enquirer/enquirer): Stylish, intuitive and user-friendly prompts