Skip to content

probedock/raml2boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.