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
.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)MIT License. See the LICENSE file.