⚠️ This is still very early stage of the project! Use on your onw risk
This is a framework for easy creation of a set of checks to ensure that environment is correctly set up.
It's kind of like ESLint for your environment.
To install the core functionality (envdoctor
binary)
yarn add @envdoctor/core -D
or
npm install @envdoctor/core --dev
Package | Stable |
---|---|
@envdoctor/core |
|
@envdoctor/utils |
|
@envdoctor/envdoctor-config-essentials |
Documentation could be found at https://productboardlabs.github.io/envdoctor/.
Have you build something awesome? Let's share it with us.
There is actually solid test coverage, so you should be safe. You can use example/
folder as playground.
Run:
yarn run bootstrap
for bootstrapyarn build:watch
for continuous buildingyarn test:watch
for tests
Also, I'd love to thank these wonderful people for their contribution (emoji key). You rock! 💪
Jakub Beneš 🐛 💻 🎨 📖 🤔 |
Tomas Ruzicka 📖 |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!
The MIT License (MIT) 2019 productboard