# openapi-utilities

> openapi-utilities

Latest version **0.1.0** (published 2024-03-02) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install openapi-utilities
pnpm add openapi-utilities
yarn add openapi-utilities
bun add openapi-utilities
```

Provides the command `openapi-utilities`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2024-03-02 |
| First published | 2024-03-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=18 |
| Dependencies | 3 |
| Unpacked size | 14.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Allan Hvam |
| Maintainers | allanhvam |
| Keywords | openapi |

## Links

- npm: https://www.npmjs.com/package/openapi-utilities
- Repository: https://github.com/allanhvam/openapi-utilities
- Homepage: https://github.com/allanhvam/openapi-utilities#readme
- Issues: https://github.com/allanhvam/openapi-utilities/issues
- npm.io page: https://npm.io/package/openapi-utilities

## Dependencies (3)

- [yaml](https://npm.io/package/yaml.md) ^2.4.0
- [@apidevtools/swagger-parser](https://npm.io/package/@apidevtools/swagger-parser.md) ^10.1.0
- [@commander-js/extra-typings](https://npm.io/package/@commander-js/extra-typings.md) ^12.0.1

## Recent versions

- 0.1.0 (latest) — 2024-03-02

## README

# openapi-utilities

Small collection of openapi utility functions.

```
Usage: openapi-utilities [options] <input>

path/url to OpenAPI/Swagger document as json/yaml

Options:
  -V, --version                output the version number
  -o, --output <path>          output path (default: "ApiSpecification.yaml")
  --fix-additional-properties  sets additionalProperties to false if undefined (default: false)
  --fix-nullable-required      remove nullable from properties, but set as required (default: false)
  -h, --help                   display help for command
  ```

---
_Source: https://npm.io/package/openapi-utilities · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
