check-fe-env
v0.0.3
Published
keep a consistent development environment between different developers
Downloads
4
Readme
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
- only-allow source of inspiration