1.0.2 • Published 4 years ago

swift-auto-instaler v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.10

5 years ago

0.0.11

5 years ago

0.0.12

5 years ago

0.0.13

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1-beta

5 years ago

0.0.1

5 years ago