https://github.com/juliandavidmr/ramly
A small tool for rendering a set of raml definitions.
https://github.com/juliandavidmr/ramly
raml raml-tooling
Last synced: 3 months ago
JSON representation
A small tool for rendering a set of raml definitions.
- Host: GitHub
- URL: https://github.com/juliandavidmr/ramly
- Owner: juliandavidmr
- License: mit
- Created: 2018-02-22T03:52:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T04:36:13.000Z (over 7 years ago)
- Last Synced: 2025-01-06T00:30:31.412Z (5 months ago)
- Topics: raml, raml-tooling
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ramly
> Currently being adapted for npm package.
A small tool for rendering a set of raml definitions.
## Why?
I needed to manage several separate RAML files,
it is delayed to render each one manually,
so I decided to write a small tool to dynamically
compile all raml files and then make them accessible
from a main site.