create-atz-api
v0.1.0
Published
CLI generator for Atomoz APIs
Maintainers
Readme
create-atz-api
Gerador de estrutura para APIs Atomoz.
Uso
Com Bun (Recomendado):
bunx create-atz-api meu-projetoCom NPM:
npx create-atz-api meu-projetoO que está incluído?
- Setup TypeScript + Bun
- Estrutura modular (Clean Architecture)
- Drizzle ORM
- Hono / GraphQL Yoga
- OpenTelemetry
- i18n
- Testes E2E e Unitários
Requisitos
- Node.js >= 18
- Bun >= 1.0
