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
Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 7 | 8 | 5 | 11 | 6 | 8 | 2 | 7 | 2 | 10 | 5 | 9 | 8 | 0 | 9 | 4 | 7 | 4 | 5 | 2 | 7 | 3 | 0 | 3 | 3 | 2 | 4 | 5 | 3 | 3 | 3 | 4 | 6 | 1 | 2 | 5 | 6 | 6 | 5 | 4 | 4 | 3 | 2 | 5 | 5 | 7 |
Mac | 2 | 0 | 0 | 1 | 1 | 3 | 1 | 3 | 1 | 3 | 0 | 0 | 1 | 2 | 1 | 2 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 3 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 2 | 0 | 0 | 2 | 0 | 0 | 2 | 1 | 0 | 2 | 0 |
Linux | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 3 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 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 |