https://github.com/fartherp/apidoc-watch-example
apidoc监控文件修改
https://github.com/fartherp/apidoc-watch-example
apidoc
Last synced: 3 months ago
JSON representation
apidoc监控文件修改
- Host: GitHub
- URL: https://github.com/fartherp/apidoc-watch-example
- Owner: fartherp
- License: apache-2.0
- Created: 2017-11-21T02:57:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T03:22:56.000Z (over 7 years ago)
- Last Synced: 2025-01-07T21:35:03.596Z (5 months ago)
- Topics: apidoc
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 监控文件修改,自动生成apidoc
## 安装nodejs## 安装
```
npm install -g [email protected]
```## 安装gaze
```
npm install -g gaze
```## 运行
```
cd apidoc-watch-example // 切换到项目目录
node watch.js
```