Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages