0.0.4 • Published 12 months ago

apimind v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

APIMind

NPM version Downloads MIT License

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