create-openapi-generator-plus
v1.1.6
Published
An API generation package initialization template for OpenAPI Generator Plus
Maintainers
Readme
Create OpenAPI Generator Plus
This is an npm initializer package to help with setting
up a new project using OpenAPI Generator Plus to generate an API client library or server stubs.
Using
npm init openapi-generator-plus [-g <generator template or keywords>] [-p <package manager>] [<dir>]Options
|Option|Description|
|------|-----------|
|-g|Specify or filter generator templates by name or keywords.|
|-p|Specify a package manager to use, e.g. npm or yarn or pnpm. If not specified the script will choose the best package manager it can find.|
|<dir>|The directory in which to create the project. The directory will be created if it doesn't exist. Defaults to the current working directory.|
