1.1.5 • Published 4 years ago

docrester v1.1.5

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Docrester standard-readme compliant

Description

An utility to convert a Postman collection json (v2, v2.1) to Swagger JSON.

✅ Prerequisites

In order to work with this project, your local environment must have at least the following versions:

  • NodeJS Version: 12.xx
  • NPM Version: 6.12.0

📐 How to work with this project

$./docrester [options] <input_file>

More config

OptionDescriptionType
--version--vvVersion of the documentboolean
--output-oPath for the output filestring (default: "swagger.json")
--domain-dUrl for host domainstring
--base-bBase pathstring
--env-eEnvironment variables file pathstring
--contact-cContact infoboolean
--help-hShow helpboolean

Examples

Creates a swagger json based in the "./test_environment.json ./test.json" test.json file including the test_environment variables.

$docrester -o ./swagger.json -e

⛽️ Review and Update Dependences

For review and update all npm dependences of this project you need install in global npm package "npm-check" npm module.

# Install and Run
$npm i -g npm-check
$npm-check

Happy Code

Created with JavaScript, lot of ❤️ and a few ☕️

This README.md file has been written keeping in mind

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago