json2latex
v1.0.1
Published
CLI pogram to parse swagger json to latex (Language Spanish)
Downloads
3
Readme
json2latex
CLI pogram to parse swagger json to latex (Language Spanish)
The program can parse json swagger format to latex, it can receive a json file or url that content the json.
The output can be save in specific output or printed in console.
Install
npm install -g json2latex
Usage
json2latex -h
Usage: json2latex [options]
Options:
-V, --version output the version number
-u, --url <jsonUrl> Convert swagger json from url
-f, --file <jsonFile> Convert swagger json from file
-o, --output <file> Save data to output file
-h, --help output usage information