Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abtris/docker-api-blueprint
Docker API's in API Blueprint
https://github.com/abtris/docker-api-blueprint
Last synced: about 1 month ago
JSON representation
Docker API's in API Blueprint
- Host: GitHub
- URL: https://github.com/abtris/docker-api-blueprint
- Owner: abtris
- Created: 2015-08-18T16:21:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T10:05:35.000Z (about 9 years ago)
- Last Synced: 2024-04-15T03:04:06.679Z (7 months ago)
- Language: API Blueprint
- Homepage:
- Size: 160 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker API documentation in API Blueprint
## Installation & Usage
There are two ways to use aglio: as an executable or as a library for Node.js.### Executable
Install aglio via NPM. You need Node.js installed and you may need to use `sudo` to install globally:```bash
npm install -g aglio
```Then, start generating HTML.
```bash
## Default theme
aglio -i input.apib -o output.html## Built-in color scheme
aglio --theme-variables slate -i input.apib -o output.html