1.0.2 • Published 1 year ago

s2e v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

swagger-to-excelsheet

Converts multiple swagger.json in a directory to multiple csv file or consolidated excelsheet

Prerequisite

The system should have node.js installed prior use.

Setup

Install the app via npm

npm install -g s2e

Usage

The information related to the ways to use this app is provided in help option.

> s2e --help

Swagger-to-excelsheet
Converts multiple swagger.json in a directory to multiple csv file and/or consolidated excelsheet

 s2e [-h|--help]
 s2e [-v|--version]
 s2e <source> <target> [--csv]

Arguments:
 source    Set source directory path consisting swagger.json files
 target    Set target directory path to output .csv or .xlsx files

Options:
 -h --help       Show help menu and options
 -v --version    Show version information
    --csv        Build .csv files [default: false]

Samples:
 s2e --help
 s2e --version
 s2e ./garage/swaggers ./garage/reports
 s2e ./garage/swaggers ./garage/reports --csv
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago