ramltomd

0.1.0 • Public • Published

Raml to Markdown

A RAML to markdown converter made in nodejs

Install

$ npm install -g ramltomd

Usage

Comand line

$ ramltomd -i path/to/filename.raml > path/to/output.md
Help
 Usage: ramltomd [options]

  Options:
    -h, --help          output usage information
    -V, --version       output the version number
    -i, --input [path]  path for raml file

As a library

var ramlToMd = require('ramltomd');
ramlToMd.render(path).then(function(result){
	
});

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ramltomd

    Weekly Downloads

    0

    Version

    0.1.0

    License

    ISC

    Last publish

    Collaborators

    • d_gurgel