Skip to content

Raumain/api_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-api-generator

A CLI tool to quickly generate API boilerplate with configurable runtime, server, and ORM options.

Usage

npx create-api-generator my-api-project

The tool will guide you through selecting:

  • Runtime (Bun)
  • HTTP Server (Elysia)
  • ORM/Query Builder (Kysely)

Features

  • Interactive CLI prompts for configuration
  • Generates typed database interfaces
  • Creates controllers and repositories for all your database tables
  • Sets up a complete project structure

Requirements

  • Node.js 16+ or Bun

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors