JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q84372F
  • License MIT

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 🩺

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

  1. Go to root directory of your project.
  2. 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

  1. Install dependencies yarn
  2. Run yarn build
  3. Next pack local library yarn pack
  4. 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