GitXplorerGitXplorer
d

scriptpal

public
11 stars
0 forks
6 issues

Commits

List of commits on branch master.
Unverified
b18dd23505603720ab4523dfe97aee310ed3e6bd

1.4.1

committed a year ago
Unverified
13f166735f20c9a8a59fd1cc9ad584cd1046cf63

fix logic bug

committed a year ago
Unverified
bd8a9fdcb55edf22f7f18d728f6391ac45be5e44

1.4.0

committed a year ago
Unverified
286e58ea24d9c9b85a9727f4edfa410bf9ce99d9

list and * commands! pnpm, bun suppport + more

committed a year ago
Unverified
71e385d4abba7a9372e0c80c3cca5fb493981f4b

commander

committed a year ago
Unverified
b3a9879952d48b75d3fad578cbc7bb1991b3f2c6

1.3.1

committed a year ago

README

The README file for this repository.

Script Palette

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

Demo

Install ⬇️

Install globally

npm install -g scriptpal

Usage 🏁

scriptpal

Usage with npx

npx scriptpal

API 🤖

  • --nowelcome, -n Omit welcome message
  • --last, -l Run previous command
  • --version, -v Version number
  • --clipboard, -c Copy command to clipboard
  • --help Help 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