rjrahul / auto-install

Install dependencies as you code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto-install

Build Status npm npm

Auto installs dependencies as you code. Just hit save.

Auto installs dependencies as you code

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

Show your support

⭐ this repo

FAQ

Does it protect against typosquatting?

License

MIT © siddharthkp

About

Install dependencies as you code

License:MIT License


Languages

Language:JavaScript 100.0%