apimind
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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

test.puml render

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

Package Sidebar

Install

npm i apimind

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

19.6 kB

Total Files

15

Last publish

Collaborators

  • hsuanlee