0.0.2 • Published 5 years ago

dt-aglio v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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.html

to convert index.md into index.html, which may be too verbose to type those parameters.

Install

npm install -g dt-aglio

Example

  • Construct md file with API Blueprint format 1A format.
  • dt-aglio /path/to/file.md
    • file.html will be generated in /path/to/ folder.
0.0.2

5 years ago

0.0.1

5 years ago