Package Exports
- dynamic-doctor
- dynamic-doctor/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dynamic-doctor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.4.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