s2e

1.0.2 • Public • Published

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

/s2e/

    Package Sidebar

    Install

    npm i s2e

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    7.98 kB

    Total Files

    4

    Last publish

    Collaborators

    • isurfer21