Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Nestarneal/dt-aglio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A wrapper for aglio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published