0.0.2 • Published 6 years ago
dt-aglio v0.0.2
dt-aglio
Introduction
A wrapper for aglio.
The md file constructed with API Blueprint format 1A can be converted into html file by aglio.
I'd like install aglio into global and use
aglio --theme-variables cyborg --theme-template triple -i index.md -o index.htmlto convert index.md into index.html, which may be too verbose to type those parameters.
Install
npm install -g dt-aglioExample
- Construct
mdfile with API Blueprint format 1A format. dt-aglio /path/to/file.mdfile.htmlwill be generated in/path/to/folder.