0.1.0 • Published 9 years ago

ramltomd v0.1.0

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

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

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago