https://github.com/tomi77/atom-npm
NPM integration for Atom
https://github.com/tomi77/atom-npm
atom-package atom-plugin npm
Last synced: about 2 months ago
JSON representation
NPM integration for Atom
- Host: GitHub
- URL: https://github.com/tomi77/atom-npm
- Owner: tomi77
- License: mit
- Created: 2016-09-09T10:00:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-03T06:45:38.000Z (over 9 years ago)
- Last Synced: 2025-06-27T22:42:24.921Z (12 months ago)
- Topics: atom-package, atom-plugin, npm
- Language: CoffeeScript
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# atom-npm
[](https://david-dm.org/tomi77/atom-npm)
[](https://codeclimate.com/github/tomi77/atom-npm)

NPM integration for Atom.
## Commands
| Command | Effect | Default Windows/Linux key binding | Default MacOS X key binding |
|----------------------------|-------------------------------------------------------------------|-----------------------------------|-----------------------------|
| `npm:install-dependencies` | Install dependencies from `package.json` or `npm-shrinkwrap.json` | `Ctrl+Alt+N I` | `Cmd+Alt+N I` |
| `npm:update-dependencies` | Update installed packages | `Ctrl+Alt+N U` | `Cmd+Alt+N U` |
| `npm:outdated` | List of outdated packages | `Ctrl+Alt+N O` | `Cmd+Alt+N O` |
| `npm:run` | Run script | `Ctrl+Alt+N R` | `Cmd+Alt+N R` |
## Multi-project support
When two or more projects are opened in one window, You must choose the project on which command are executed.