0.0.3 • Published 2 years ago

check-fe-env v0.0.3

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

check-fe-env

keep a consistent development environment between different developers.

will check:

  • nodejs version by .nvmrc
  • package manager type and it's version by the packageManager field of package.json

recommend using corepack to manage the package manager.

Usage

Add following to package.json scripts:

{
  "scripts": {
    "preinstall": "npx check-fe-env"
  }
}

Thanks

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago