Dynamic-Doctor 🩺
Use case
You can use this package to verify your Dynamic SDK setup and generate a report that can be reviewed by the Dynamic Team.
How to use
- Go to root directory of your project.
- Run
npx dynamic-doctor run
That's all!
You will see a list of issues found and a file dynamic-doctor-report-<timestamp>.html
will be generated in your root directory.
Reporting a bug
Create an issue if you find any bug or want to suggest an improvement. Create an issue
Running locally
- Install dependencies
yarn
- Run
yarn build
- Next pack local library
yarn pack
- Install package
npm i -g dynamic-doctor-v0.0.6.tgz
That's your setup!
Now you can go to the directory you want to check and simply run dynamic-doctor run
.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
License
This project is licensed under the MIT License - see the License