2.0.1 • Published 4 years ago

valid-setup v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

valid-setup

Pacakge intent to be used on pre package.json scripts

Check current npm version and current package.json modified date and execute npm install or npm rebuild or changes.

Create a package.lastSetup to make the diff. I recommand to put this file in .gitignore

Use cases

Ensure install deps if someone else add package

Use on package.json

{
  "scripts": {
    "prestart": "npx valid-setup",
    "start": "start dev command"
  }
}
1.2.0

4 years ago

1.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago