0.1.2 • Published 1 year ago

@matheussn/sdk-gen v0.1.2

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

SDK Generator

Getting Started

How to install

To install this package, use the package manager of your choice, either npm or yarn. Simply type the following into a terminal window:

npm install  @matheussn/sdk-gen  --save-dev

or

yarn install  @matheussn/sdk-gen  --save-dev

Usage

To use the SDK Generator, simply run the following command in your terminal:

npx sdk-gen  --bp <base-path> -o <output-path>

Options

OptionDescriptionDefaultRequired
--bp, --base-pathThe basic path to find the schema and apis definition filestrue
-o, --output-pathThe output path to save the generated filestrue
-fUse this flag if you want the generated files to be divided into folders according to the domainfalsefalse
-r, --refName of the folder where the yaml files with the openApi definitions are foundreferencesfalse
-s, --schemaName of the folder where the yaml files with the schema definitions are foundschemasfalse
0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago