https://github.com/apiaryio/api.apiblueprint.org
https://github.com/apiaryio/api.apiblueprint.org
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/apiaryio/api.apiblueprint.org
- Owner: apiaryio
- License: mit
- Archived: true
- Created: 2015-12-02T17:42:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T21:33:24.000Z (almost 3 years ago)
- Last Synced: 2025-05-30T00:07:36.869Z (about 1 year ago)
- Language: API Blueprint
- Size: 551 KB
- Stars: 7
- Watchers: 7
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API Blueprint API
[](http://docs.apiblueprintapi.apiary.io/)
This repository contains the API Blueprint for the API Blueprint parsing service.
You can find the documentation for the parsing service on
[Apiary](http://docs.apiblueprintapi.apiary.io/).
## Usage
The API Blueprint uses [hercule](https://github.com/jamesramsay/hercule) to
transclude multiple files into the blueprint. To build the blueprint you
will need to install Node, then you can run the following to build the
`apiary.apib` blueprint:
```shell
$ make
Transcluding API Blueprint
```