An open API service indexing awesome lists of open source software.

https://github.com/awochna/raml_parser

Elixir parser for RAML API specs
https://github.com/awochna/raml_parser

Last synced: 2 months ago
JSON representation

Elixir parser for RAML API specs

Awesome Lists containing this project

README

        

# RamlParser

A parser for RAML API spec files (raml.org).

## Installation

1. Add raml_parser to your list of dependencies in `mix.exs`:

``` elixir
defp deps do
[{:raml_parser, github: "natchapman/raml_parser"}]
end
```