Skip to content

readmeio/create-oas

Repository files navigation

create-oas

Create a new OAS file in your repository

Build

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.