(deprecated: This repository is old. Please see api-blueprint-template)
An API Documentation tool sample generated by aglio
Currently using these tools to generate API document:
- aglio
- gulp-aglio
- api-mock
- TODO: dredd
$ npm install -g gulp
$ npm install
Run
$ gulp
Then it generates api docs, runs local server at http://localhost:8080 , and watches file changes in apidocs
.
With api-mock.
$ npm install -g api-mock
$ api-mock public/index.md
You can see published document HERE