kirimase
kirimase copied to clipboard
Build full-stack Next.js apps, incredibly fast
Solved issued #166 (.env is not included in gitignore file) and included both .env and .env*.local Not sure if this is necessary for the project tho....
### Maintained Fork with new stuff Made a fork of this while developing the supabase auth integration but the PR still isn't merged. Since it seems to be that this...
This PR is the first of a few to incorporate a data table for the index page when generating a new resource using kirimase. It incorporates the Eta templating package...
# Description - Update Clerk's new middleware and auth page props when Clerk Core 2 is now Generally Available # Result - Remove deprecated methood: authMiddleware(), redirectUrl - Add new...
This PR adds 2 things: 1. [Supabase](https://supabase.com/) as a new Auth Provider 2. Either reads the users prettier config file or generates a default prettier config file and also formats...
**Config File** Please copy the contents of your `kirimase.config.json` file. **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior:...
**Config File** Please copy the contents of your `kirimase.config.json` file. **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior:...
Changed the conditions from checking if package.json exists or not to next.config.mjs exists in the `command/inti/index.ts` file Closes #187
**Describe the bug** command `kirimase init` is still running even if a folder has basic package.json file and app folder within it. **To Reproduce** Steps to reproduce the behavior: 1....
I updated several minor imports, and code snippets used in kirimase, making it less likely for errors and more type safe where I could find.