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
- Host: GitHub
- URL: https://github.com/awochna/raml_parser
- Owner: awochna
- License: mit
- Created: 2017-02-27T19:01:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-03-15T21:46:14.000Z (about 9 years ago)
- Last Synced: 2025-01-29T11:26:19.966Z (4 months ago)
- Language: Elixir
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```