Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apigen

An opinionated cli utility written in Go for generating type-safe api clients from openapi specifications.

Installation

git clone https://github.com/geokaralis/apigen.git
cd apigen
go build -o apigen cmd/app/main.go

Usage

apigen create client schema.json -o ./__generated__

Options:

  • <schema> path to openapi schema file
  • --output, -o directory where the generated files will be stored

About

An opinionated cli utility written in Go for generating type-safe api clients from openapi specifications.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages