Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Advanced CLI for pnpm

License

NotificationsYou must be signed in to change notification settings

terminal-junkies/pnpmx

Repository files navigation

Build and Deploysemantic-releasenpm version

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

Install

pnpm add --global @terminal-junkies/pnpmx

Usage

pnpmx

Color Schemes

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.jsonThe 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"}

Screenshots

asciicast

Home

home page

Dependency Info

dep info

Search

search page

Package

package page

Install Package

install package

FAQS

How do I quit this thing?

You can pressq to quit the program at any time.

How do I scroll the package readme?

You can useup anddown arrow keys to scroll. And you can also make use of vim navigation keys likej,k,gg,G to scroll.

How do I close the Dependency Info popup?

PressEsc to close the popup.

How can I see the keyboard shortcuts?

The keyboard shortcuts will be displayed at the bottom of the screen for each page.

How do I close the project task terminal after the task is completed?

PressEsc to close the terminal window for project tasks.

Does it support vi/vim navigation keys in the lists?

Yes. You can use j,k,gg,G,l and /


[8]ページ先頭

©2009-2025 Movatter.jp