@drzl/template-standard
v1.1.0
Published
<div align="center">
Readme
@drzl/template-standard
Minimal oRPC router template (no service wiring) — great for quick starts.
💚 Sponsor DRZL
DRZL is crafted nights & weekends. Sponsorships keep the generators fast, tested, and free.
- Every dollar speeds up CI hardware and offsets long test runs on my aging laptop.
- Sponsors get roadmap input and priority responses in GitHub Issues.
- Prefer a quick overview? Check
docs/sponsor.mdfor the current goals and thank-yous.
Use
Reference from the oRPC generator:
generators: [{ kind: 'orpc', template: '@drzl/template-standard' }];Hooks (template API)
- filePath(table, ctx)
- routerName(table, ctx)
- procedures(table)
- imports?(), prelude?(), header?(table)
