New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

s2e

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s2e

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

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

swagger

FAQs

Package last updated on 22 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts