npm-install
sublime package to auto install/uninstall npm modules, show current status, open npmjs documentation.
Details
Installs
- Total 64K
- Win 49K
- Mac 12K
- Linux 4K
May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 4 | 4 | 2 | 7 | 8 | 4 | 2 | 8 | 6 | 4 | 1 | 4 | 1 | 4 | 4 | 4 | 3 | 8 | 7 | 6 | 5 | 8 | 2 | 7 | 10 | 7 | 4 | 0 | 4 | 4 | 7 | 6 | 9 | 9 | 3 | 4 | 9 | 7 | 3 | 2 | 4 | 7 | 4 | 3 | 5 |
Mac | 0 | 0 | 3 | 1 | 2 | 5 | 1 | 0 | 2 | 1 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 3 | 0 | 1 | 0 | 1 | 3 | 2 | 5 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 0 | 1 | 0 | 3 | 1 | 2 |
Linux | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 2 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
npm-install
for sublime text 3
auto install npm modules, show npm icons, autocomplete require, open npmjs documentation.
Installation
You can install this package through the Package Control.
Press ⌘/Ctrl + ⇧ + P to open the command palette.
Type Install Package and press Enter. Then search for npm-install.
Commands
Command | Default shortcut key (Windows, Linux) |
Default shortcut key (OS X) |
Extra |
---|---|---|---|
Install Modules | CTRL+ALT+I | ⌘+option+I | Command Palette |
Uninstall Module | CTRL+ALT+U CTRL+ALT+RIGHT CLICK |
⌘+option+U ⌘+option+RIGHT CLICK |
Command Palette Context Menu |
Open Documentation on npmjs | CTRL+ALT+D CTRL+ALT+CLICK |
⌘+option+D ⌘+option+CLICK |
Command Palette Context Menu |
Icons
Icon | Description |
---|---|
![]() |
installed module |
![]() |
missing module |
![]() |
installing module |
Settings
key | default | action |
---|---|---|
icons |
true | enable/disable status icons |
autocomplete |
false | autocomplete node modules's require. |
autocomplete_prefix |
“var” | javascript prefix: var , const , let |
install_on_save |
true | auto-install node modules on save. |
prune_on_uninstall |
false | auto-remove unused packages after uninstall. |
install_manager |
“npm” | javascript package manager: npm , yarn , pnpm |