tree: 1164528d72724cdd8f455909d4396cf466ca6701 [path history] [tgz]
  1. commands/
  2. lib/
  3. src/
  4. .gitignore
  5. .npmignore
  6. jest-integration.config.json
  7. LICENSE
  8. package.json
  9. README.md
  10. tsconfig.json
  11. tslint.json
  12. yarn.lock
packages/@weex/plugins/doctor/README.md

@weex-cli/doctor

Provide doctor module detection weex development environment

Install

npm install @weex-cli/doctor --save

Usage

const Doctor = require('@weex-cli/doctor').Doctor
const message = new Doctor().diagnose()
console.log(message)