create-oas
v1.2.3
Published
Create a new OAS file in your repository
Downloads
9
Readme
create-oas
Create a new OAS file in your repository
Installation/Usage
You can run this module using any of the following methods:
npm create oas
npm init oas
npx create-oas
This will lead you through a series of questions that will prompt you to create a base OAS file (in either JSON or YAML format).
You can add paths to your OAS spec either directly in this file, or in in your code using something like swagger-inline or fastify-swagger.