dt-aglio

Wrapper for aglio

Usage no npm install needed!

<script type="module">
  import dtAglio from 'https://cdn.skypack.dev/dt-aglio';
</script>

README

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.