0.5.0 • Published 8 years ago
mysqldoc-html v0.5.0
mysqldoc
mysql table documents output html
Usage
npm i -g mysqldoc
or
npm i --save-dev mysqldocRun the output reports
$ mysqldoc --database test_db
$ ls mysqldoc/
index.htmloptions
| opyions | Description | default |
|---|---|---|
| user | mysql user name | root |
| password | mysql password | "" |
| host | mysql connect host | 0.0.0.0 |
| port | mysql connect port | 3306 |
| database | mysql database name | test |
| output | document output path | mysqldoc |
0.5.0
8 years ago