https://github.com/raml2html/markdown-theme
A raml2html theme for rendering RAML to Markdown
https://github.com/raml2html/markdown-theme
raml-document raml2html raml2html-theme
Last synced: 3 months ago
JSON representation
A raml2html theme for rendering RAML to Markdown
- Host: GitHub
- URL: https://github.com/raml2html/markdown-theme
- Owner: raml2html
- License: mit
- Created: 2017-02-11T16:01:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T09:29:14.000Z (over 8 years ago)
- Last Synced: 2025-04-10T21:53:35.924Z (about 1 year ago)
- Topics: raml-document, raml2html, raml2html-theme
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-markdown - raml2html/markdown-theme :octocat: - turn [RAML](http://raml.org) REST API documentation to Markdown using raml2html (Convert to Markdown Tools / Source Code to Markdown)
README
# raml2html markdown theme
A raml2html theme for rendering RAML to Markdown.
## Install
```
npm i -g raml2html-markdown-theme
```
## Usage
```
raml2html --theme raml2html-markdown-theme example.raml > example.md
```
## License
raml2html-markdown-template is available under the MIT license. See the LICENSE file for more info.