Atom plugin to automatically install and save any selected
npm packages not already included in the closest package.json
file.
require
or import
statements of the
packages you want to install.npm install
to
bring up the available commands.Accessible from Settings > Packages > npm-install
:
import
statements can be installed like you would requires too.As of version 2.0.0
keybindings are not included by default. If you miss
these shortcuts, simply add the following to your keymap file:
'.workspace':'ctrl-alt-i': 'npm-install:save''ctrl-alt-d': 'npm-install:save-dev'
MIT. See LICENSE.md for details.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.