pnpm-mode

Homepage: https://github.com/rajasegar/pnpm-mode

Author: Rajasegar Chandran

Updated:

Summary

Minor mode for working with pnpm projects

Commentary

This package allows you to easily work with pnpm projects.  It provides
a minor mode for convenient interactive use of API with a
mode-specific command keymap.

| command                      | keymap       | description                         |
|------------------------------+--------------+-------------------------------------|
| pnpm-mode-npm-init           | n | Initialize new project              |
| pnpm-mode-pnpm-install       | i | Install all project dependencies    |
| pnpm-mode-pnpm-add           | s | Add new project dependency          |
| pnpm-mode-pnpm-add-save-dev  | d | Add new project dev dependency      |
| pnpm-mode-pnpm-remove        | u | Remove project dependency           |
| pnpm-mode-pnpm-update        | U | Update project dependency           |
| pnpm-mode-pnpm-list          | l | List installed project dependencies |
| pnpm-mode-pnpm-run           | r | Run project script                  |
| pnpm-mode-pnpm-test          | t | Run project test script             |
| pnpm-mode-visit-project-file | v | Visit project package.json file     |
|                              | ? | Display keymap commands             |

Dependencies