RAML to Bootstrap
Generate a Bootstrap page for your API documentation in RAML
Great, but what does it look like? Take a look!
Installation
npm install -g raml2boot
Usage
# print resulting HTML raml2boot api.raml # save to file raml2boot -o api.html api.ramlcat api.html
If you're using Grunt, check out the grunt-raml2boot task.
Contributing
- Fork
- Create a topic branch -
git checkout -b feature
- Push to your branch -
git push origin feature
- Create a pull request from your branch
Please add a changelog entry with your name for new features and bug fixes.
License
raml2boot is licensed under the MIT License. See LICENSE.txt for the full text.