Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 237 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 237 Bytes

Drafter

Docker image that generates AST json from API Blueprint file. It's based on https://github.com/apiaryio/drafter.

Usage

docker run --rm -v $(pwd):/tmp tagip/drafter drafter /tmp/api.apib -f json -t ast -o /tmp/api.json