New Show Hacker News story: Show HN: Rails-like CLI for building full-stack Nextjs apps faster
Show HN: Rails-like CLI for building full-stack Nextjs apps faster
2 by gooky | 1 comments on Hacker News.
Hello, HN! Excited to share Kirimase, a CLI tool I built to scratch a recurring itch: is there a better way to set up my nextjs projects with my essentials packages? If you’ve grappled with the repetitive chore of configuring orm (drizzle orm or prisma), auth (next-auth, clerk or lucia-auth), trpc, shadcn-ui and resend (email), I hope this can help! Features Quick init: Dive straight into development without the mundane initial setup for core packages. Scaffolding: Inspired by the Rails CLI's scaffold feature, Kirimase helps you quickly set up new DB models + controllers (api and trpc routers) + views (using shadcn ui). Quick demo: https://twitter.com/nicoalbanese10/status/170484892457682160... Deep dive: https://ift.tt/FtLBwQJ?... Check out the GitHub repo ( https://ift.tt/SUjVMNe ) and share your thoughts, pull requests, or even just a star if you find it handy!
2 by gooky | 1 comments on Hacker News.
Hello, HN! Excited to share Kirimase, a CLI tool I built to scratch a recurring itch: is there a better way to set up my nextjs projects with my essentials packages? If you’ve grappled with the repetitive chore of configuring orm (drizzle orm or prisma), auth (next-auth, clerk or lucia-auth), trpc, shadcn-ui and resend (email), I hope this can help! Features Quick init: Dive straight into development without the mundane initial setup for core packages. Scaffolding: Inspired by the Rails CLI's scaffold feature, Kirimase helps you quickly set up new DB models + controllers (api and trpc routers) + views (using shadcn ui). Quick demo: https://twitter.com/nicoalbanese10/status/170484892457682160... Deep dive: https://ift.tt/FtLBwQJ?... Check out the GitHub repo ( https://ift.tt/SUjVMNe ) and share your thoughts, pull requests, or even just a star if you find it handy!
Comments
Post a Comment