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.html
to convert index.md
into index.html
, which may be too verbose to type those parameters.
npm install -g dt-aglio
- Construct
md
file with API Blueprint format 1A format. dt-aglio /path/to/file.md
file.html
will be generated in/path/to/
folder.