Skip to content
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.
/ matter_compiler Public archive

API Blueprint AST to API Blueprint Conversion Tool [adhd]

License

Notifications You must be signed in to change notification settings

apiaryio/matter_compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Matter Compiler Build Status

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.

Installation

Add this line to your application's Gemfile:

gem 'matter_compiler'

And then execute:

$ bundle

Or install it yourself as:

$ gem install matter_compiler

Usage

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.

Contributing

  1. Fork it (https://github.com/apiaryio/matter_compiler/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT License. See the LICENSE file.

About

API Blueprint AST to API Blueprint Conversion Tool [adhd]

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published