- Notifications
You must be signed in to change notification settings - Fork1
terminal-junkies/pnpmx
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An advanced CLI interface forpnpm
Features:
- Search packages from the terminal
- Run your project tasks from
- Install a selected package with one keystroke
- Run other npm tasks within your project
- Mnemonic key-bindings for installing packages
pnpm add --global @terminal-junkies/pnpmx
pnpmx
The CLI can use a different color scheme other than the default one. Please set thetheme
value to anyone of the themes fromblessed-themes in your config file at~/.config/.pnpmx.json
The Default theme used isDracula
. The config file will be automatically created on the first time of invoking the CLI, if not you can also create manually in the below format.
{"theme":"Dracula"}
You can pressq
to quit the program at any time.
You can useup
anddown
arrow keys to scroll. And you can also make use of vim navigation keys likej,k,gg,G
to scroll.
PressEsc
to close the popup.
The keyboard shortcuts will be displayed at the bottom of the screen for each page.
PressEsc
to close the terminal window for project tasks.
Yes. You can use j,k,gg,G,l and /