Auto installs dependencies as you code. Just hit save.
npm install -g auto-install
Run auto-install
in the directory you are working in
Modules in .spec.js
and .test.js
are added to devDependencies
--secure
Install popular modules only (> 10k downloads in the last month)
--exact
Install exact version similar to npm install express --save-exact
⭐ this repo
Does it protect against typosquatting?
MIT © siddharthkp