Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-oas

Package Overview
Dependencies
Maintainers
10
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-oas - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

.github/workflows/ci.yaml

5

package.json
{
"name": "create-oas",
"version": "1.0.3",
"version": "1.1.0",
"description": "Create a new OAS file in your repository",

@@ -34,3 +34,6 @@ "bin": "./bin/create-oas.js",

"js-yaml": "^4.1.0"
},
"engines": {
"node": ">=18"
}
}
# create-oas
Create a new OAS file in your repository
[![Build](https://github.com/readmeio/create-oas/workflows/CI/badge.svg)](https://github.com/readmeio/create-oas)
[![](https://d3vv6lp55qjaqc.cloudfront.net/items/1M3C3j0I0s0j3T362344/Untitled-2.png)](https://readme.com)
## Installation/Usage
You can run this module using any of the following methods:
```sh
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](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#paths-object) to your OAS spec either directly in this file, or in in your code using something like [swagger-inline](https://github.com/readmeio/swagger-inline) or [fastify-swagger](https://github.com/fastify/fastify-swagger).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc