1.0.2 • Published 3 years ago

swift-auto-instaler v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

swift-auto-instaler

Auto watch and install dependencies when your teammate add changes to the package.json

Install

npm install swift-auto-instaler --save-dev

Usage

It can be used with node, react, angular e.t.c to check and automaitcally install new packages added/required for your application to work. Say bye to running npm i everytime.

Hooking with your server

"start": "./node_modules/swift-auto-instaler/src/check-cli.js && node server.js" // change to your start script

Hooking with test

"test": "/node_modules/swift-auto-instaler/src/check-cli.js && test server.js" // change this to your test script

Using with husky

{
  "husky": {
    "hooks": {
      "post-checkout": "/node_modules/swift-auto-instaler/src/check-cli.js",
      "...": "..."
    }
  }
}

Options

--yarn Use yarn instead of npm

Show your support

:star: this repo

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1-beta

4 years ago

0.0.1

4 years ago