raml2boot

0.1.8 • Public • Published

RAML to Bootstrap

Generate a Bootstrap page for your API documentation in RAML

NPM version Dependency Status License

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.raml
cat 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.

Readme

Keywords

Package Sidebar

Install

npm i raml2boot

Weekly Downloads

7

Version

0.1.8

License

MIT

Last publish

Collaborators

  • alphahydrae