Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honzajavorek/large-blueprint-yaml
Generating large YAML structure from an API Blueprint. Useful for all sorts of testing and debugging.
https://github.com/honzajavorek/large-blueprint-yaml
Last synced: about 5 hours ago
JSON representation
Generating large YAML structure from an API Blueprint. Useful for all sorts of testing and debugging.
- Host: GitHub
- URL: https://github.com/honzajavorek/large-blueprint-yaml
- Owner: honzajavorek
- License: mit
- Created: 2015-04-09T19:08:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T19:45:21.000Z (over 9 years ago)
- Last Synced: 2024-05-02T01:15:27.297Z (7 months ago)
- Language: Makefile
- Homepage:
- Size: 504 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Large Blueprint YAML
Code I used for generating a large YAML structure from an [API Blueprint](http://apiblueprint.org/). Useful for all sorts of testing and debugging.
The blueprint is made by concatenating multiple rather large blueprints so it simulates real structures. Used Blueprints [were found on GitHub](https://github.com/search?utf8=%E2%9C%93&q=POST+extension%3Aapib+size%3A%3E300000&type=Code&ref=searchresults), so they were published by their owners and no private data of [Apiary](http://apiary.io/) customers are disclosed by this repo.
## Usage
To create YAML file:
```bash
$ make
```To remove YAML file:
```bash
$ make clean
```