0.0.2 • Published 4 months ago

openapi-scan v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

openapi-scan

Overview

openapi-scan is a command-line interface (CLI) tool designed to validate Swagger 2.0 or OpenAPI 3.0 definitions in JSON or YAML format. Leveraging the power of @apidevtools/swagger-parser, this tool ensures that your API specifications adhere to the standard.

Features

  • Validation: Ensures your Swagger 2.0 or OpenAPI 3.0 definitions are syntactically correct and adhere to the specified standards.
  • CLI Convenience: Easily validate API definitions using standard input, a local file, or a URL.
  • Versatility: Supports both JSON and YAML formats for API definitions.

Installation

To use openapi-scan, first, install the package via npm:

npm install -g openapi-scan

Usage

Validate from Standard Input

cat openapi.json | openapi-scan

Validate from Local File

openapi-scan openapi.json

Validate from URL

openapi-scan http://localhost:3000/openapi.json

Contributing

Feel free to contribute by submitting issues or pull requests on the GitHub repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

0.0.2

4 months ago

0.0.1

5 months ago

1.0.0

5 months ago

0.0.0

5 months ago