apimind
v0.0.4
Published
Use OpenAPI(swagger) file generate plantuml mindmap.
Downloads
5
Maintainers
Readme
APIMind
Use OpenAPI(swagger) file generate plantuml mindmap.
apimind --url https://petstore.swagger.io/v2/swagger.json -o test.puml
Install
For use in command line, install globally:
$ npm install apimind -g
Usage
Command Line
$ apimind -h
Usage: apimind [options]
Generate PlantUML from OpenAPI
Options:
-V, --version output the version number
--url <url> remote url
-i, --input <file> input file (*.yaml, *.json)
-o, --output <name> output file (*.puml)
-h, --help display help for command
Development
Clone this repository locally :
$ git clone https://github.com/hsuanxyz/apimind.git
Install dependencies with npm:
$ npm install
Build
$ npm run build
LICENSE
MIT