create-next-stack
create-next-stack copied to clipboard
Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new Next.js apps.
To do: - [ ] Switch to `@typescript-eslint`. - [ ] Make ESLint CNS plugin install and add parser `@typescript-eslint/parser` to `.eslintrc.cjs`. - [ ] Make ESLint CNS plugin install...
Ability to add shadcn ui
ability to pick between state management packages like redux toolkit or zustand or xstate
https://stately.ai/docs/xstate
Closes #243
Simply hardcode the contents of the snippets from gitignore.io into `.gitignore` for now. In the future: - #257
Let plugins specify templates from gitignore.io that should be added to the generated `.gitignore` file.
https://www.prisma.io/ https://github.com/prisma/prisma-examples https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-nextjs-api-routes To do: - [ ] Add todo to prisma plugin about switching database? Similar to https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-nextjs-api-routes#switch-to-another-database-eg-postgresql-mysql-sql-server-mongodb
Required in order: - [ ] #243 - [ ] #242 - [ ] #244