ceafive / auto-installer

a npm package for auto installing dependencies in your files whilst you code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto-installer

Auto installs dependencies as you code. Just hit save (CTRL + S)

Auto installs dependencies as you code

Install

Install globally with npm install -g auto-installer. Recommended.

Do not install per project as it will uninstall itself

Usage

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

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

Options

You can add these optional flags

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

--uninstall Uninstall unused modules

--notify Enable notifications for when dependencies are installed or uninstalled

Show your support

this repo

License

MIT © ceafive ❤️

About

a npm package for auto installing dependencies in your files whilst you code

License:MIT License


Languages

Language:JavaScript 100.0%