Matter Compiler is a API Blueprint AST Media Types to API Blueprint conversion tool. It composes an API blueprint from its serialzed AST media-type.
NOTE: This library is deprecated in favour of fury and the Fury API Blueprint Serializer.
Add this line to your application's Gemfile:
gem 'matter_compiler'
And then execute:
$ bundle
Or install it yourself as:
$ gem install matter_compiler
To compose a blueprint from a serialized AST media-type run:
$ matter_compiler path/to/ast.yaml
See the compose feature for details or run matter_compiler --help
.
- Fork it (https://github.com/apiaryio/matter_compiler/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
MIT License. See the LICENSE file.