0.1.8 • Published 9 years ago

raml2boot v0.1.8

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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.

0.1.8

9 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago