birobirobiro / awesome-shadcn-ui

A curated list of awesome things related to shadcn/ui.
https://awesome-shadcn-ui.vercel.app/
MIT License
8.12k stars 507 forks source link

feat: :sparkles: Add Kirimase Dev to the Boilerplates / Templates sec… #40

Closed Byevenes closed 3 months ago

Byevenes commented 3 months ago

Description

I added the Kirimase Dev project to the Boilerplates / Templates section. Kirimase Dev is a template and boilerplate to quickly start your next project with shadcn/ui, Tailwind CSS, and Next.js.

What is Kirimase?

Kirimase is a command-line tool (CLI) for building full-stack Next.js apps faster. It supercharges your development workflow, allowing you to quickly integrate packages and scaffold resources for your application with best practices in mind.

In a matter of seconds, Kirimase installs and configures your choice of ORM (Prisma or Drizzle), Authentication (Auth.js, Clerk, Lucia, Kinde), Component Library (Shadcn-UI), Payments (Stripe), and Email (Resend). Kirimase also sets up tRPC with both client and server-side implementations ready to go. Unlike template repos, each option is modular, meaning you can pick any combination of packages you would like.

With Kirimase's generate command, developers can jump right into building actual features without the need to manually create boilerplate code. After defining a new data entity, the command swiftly generates all boilerplate necessary for basic CRUD operations, including everything from the schema to server actions to routes & components. Build at the speed of thought!

Links

Checklist

Byevenes commented 3 months ago

alphabetical order

Is ok now to merge <3