包详细信息

egg-plugin-puml

eggjs75MIT2.4.0

Create plugin puml

自述文件

egg-plugin-puml

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Create plugin puml

Install

$ npm i egg-plugin-puml

Usage

Create the .puml file

$ puml . --dest doc

Options

  • --dest: Directory that the file writing to
  • --framework: Directory where framework is
  • -e, --enable: Only include plugins which is enabled

License

MIT

更新日志

2.4.0 / 2017-06-02

  • feat: depend on egg-utils (#6)

2.3.0 / 2017-05-04

  • feat: change the style of disabled plugin (#5)

2.2.1 / 2017-05-04

  • fix: quote name when it contains hyphen (#4)

2.2.0 / 2017-05-04

  • feat: only generate the enbled plugins (#3)

2.1.0 / 2017-05-03

  • refactor: support framework options (#2)

2.0.0 / 2017-04-11

  • feat: [BREAKING_CHANGE] support open source egg@1

1.0.0 / 2016-07-13

  • init version