kddige / kirimase

Rails like CLI for Nextjs

Home Page:https://www.npmjs.com/package/kirimase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kirimase

Rails-like CLI for building projects with Nextjs and Drizzle ORM

DEMO

Quickly scaffold resources for your Nextjs app

Getting Started

To get started, install Kirimase globally with your preferred package manager.

npm i -g kirimase

Current Supported Commands

  1. Add
    Quickly initialise relevant files and configuration for:

    • Drizzle ORM (with your flavour of SQL and provider)
    • TRPC (working with Nextjs App Directory)
    • NextAuth
    • Shadcn UI
    kirimase add
  2. Generate Similar to rails scaffold / generate, this command allows you to quickly generate:

    • Models (schema declaration + query/mutation logic)
    • Controllers (API + TRPC routes to manage querying and mutating of model)
    • Views + Components (quickly scaffold route with components to perform CRUD operations)
    kirimase generate

About

Rails like CLI for Nextjs

https://www.npmjs.com/package/kirimase


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%