2.0.1 • Published 3 years ago

valid-setup v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago