npm-mode

Homepage: https://github.com/mojochao/npm-mode

Author: Allen Gooch

Updated:

Summary

Minor mode for working with npm projects

Commentary

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

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

Dependencies