auto-install

1.7.4 • Public • Published

auto-install

BuildStatus npm npm Known Vulnerabilities

Auto installs dependencies as you code. Just hit save.

Auto installs dependencies as you code

Featured in npm weekly #56!

Install

npm install -g auto-install

Usage

Run auto-install in the directory you are working in.

Modules in .spec.js and .test.js are added to devDependencies

Options

--secure Install popular modules only (> 10k downloads in the last month)

--exact Install exact version similar to npm install express --save-exact

--dont-uninstall Do not uninstall unused modules

--yarn Use yarn instead of npm

Show your support

⭐️ this repo

FAQ

Does it protect against typosquatting?

Hackernews post

License

MIT © siddharthkp

Dependents (0)

Package Sidebar

Install

npm i auto-install

Weekly Downloads

39

Version

1.7.4

License

MIT

Last publish

Collaborators

  • siddharthkp