Generate a Bootstrap page for your API documentation in RAML
Great, but what does it look like? Take a look!
npm install -g raml2boot
# print resulting HTML
raml2boot api.raml
# save to file
raml2boot -o api.html api.raml
cat api.html
If you're using Grunt, check out the grunt-raml2boot task.
- 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.
raml2boot is licensed under the MIT License. See LICENSE.txt for the full text.