0.0.3 • Published 2 years ago
check-fe-env v0.0.3
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
packageManagerfield 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