tic40 / api-blueprint

Home Page:https://tic40.github.io/api-blueprint/public/v1.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Requirement

Getting Started(Installation)

  1. install Node.js

  2. install aglio and gulp as global

$ npm install -g aglio gulp
  1. npm install
$ npm install

Usage

edit API blueprint files

  • blueprints/{version number}/api/*.md.
  • blueprints/{version number}/index.md.

build

rendering html file to public/ directory from API blueprint documents.

$ gulp build

watch

build automatically when markdown files is changed.

$ gulp watch

About

https://tic40.github.io/api-blueprint/public/v1.html


Languages

Language:HTML 97.9%Language:JavaScript 2.1%