1.0.1 • Published 2 years ago

openapi-spec-sorter v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Sort OpenAPI Yml spec files

A simple command-line tool to sort OpenAPI specification files. It organizes the paths and components in alphabetical order, making your spec easier to navigate and maintain.

Installation

Install the tool globally using npm:

npm install -g sort-openapi-spec

Usage

To sort your OpenAPI spec file and overwrite the original:

sort-openapi <path_to_your_openapi_file.yml>

To sort your OpenAPI spec file and save the sorted version to a new file:

sort-openapi <path_to_your_openapi_file.yml> <output_file_path>
1.0.1

2 years ago

1.0.0

2 years ago