0.3.0 • Published 5 years ago

@chnn/oats v0.3.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

An opinionated OpenAPI doc to TypeScript HTTP client generator.

In comparison to openapi-generator:

  • Strives to generate readable output
  • Supports enums, oneOf, and allOf
  • Does not require Java runtime
  • Generates fetch-based HTTP client with typed error responses

Installation

yarn add -D @chnn/oats

Usage

$ yarn run oats --help
Usage: oats [options] <spec>

Options:
  --types-only  only output type definitions
  -h, --help    output usage information
0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago