1.0.4 • Published 3 months ago

jhin-generator v1.0.4

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

Jhin

Introduction

Jhin is a code generation tool used to generate server code based on your OpenAPI specification. This service helps you quickly scaffold API endpoints defined in your OpenAPI file, allowing you to focus on implementing business logic rather than boilerplate code.

Support Languages/Frameworks

Server Code Generation

  • Python FastAPI

Installing

npm install jhin-generator

Running

Library

import { generateCode } from 'jhin-generator'; generateCode('openapi.yaml', 'python-fastapi', './generated-server')

CLI

npx jhin-generator --in openapi.yaml --lang python-fastapi --out ./generated-server

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago