0.0.4 • Published 10 years ago
apiranto v0.0.4
Apiranto
Introduction
The Apiranto project provides a full-featured and flexible documentation generator for Swagger specs. This project is loosely inspired by the Aglio project.
Installation
Install Apiranto globally using NPM:
npm install -g apirantoGenerate docs
Run the generate command to generate the documentation:
apiranto generate spec/swagger.json docsThis command takes the Swagger spec from the /spec directory and generates the
documentation in the docs directory.
License
ISC License. See the LICENSE file.