0.1.0 • Published 9 years ago

raml2obj-andy v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

RAML to object

A thin wrapper around raml-parser, adding extra properties to the resulting object for use in raml2html and raml2md.

Install

npm i raml2obj --save-dev

Usage

var raml2obj = require('raml2obj');

// source can either be a filename, url, file contents (string) or parsed RAML object
raml2obj.parse(source, onSuccess, onError);

Contribute

raml2obj is an open source project and your contribution is very much appreciated.

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
  2. Fork the repository on Github and make your changes on the develop branch (or branch off of it). Please retain the code style that is used in the project.
  3. Add an example of the new feature to example.raml (if applicable)
  4. Send a pull request (with the develop branch as the target).

A big thank you goes out to everyone who helped with the project, the contributors and everyone who took the time to report issues and give feedback.

License

raml2obj is available under the MIT license. See the LICENSE file for more info.

0.2.0

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago