0.1.0 • Published 10 years ago

ramltomd v0.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
10 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

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago