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){
	
});

Readme

Keywords

none

Package Sidebar

Install

npm i ramltomd

Weekly Downloads

1

Version

0.1.0

License

ISC

Last publish

Collaborators

  • d_gurgel