A CLI tool to create a Supabase + Next.js project with best practices. Can use template Github repositories and ensures depnedencies are installed. Created with this default project of mine if given none as a parameter: https://github.com/JonasWIP/supanexttemplate
npm install -g create-supabase-next
create-supabase-next my-project
Or simply using npx:
npx create-supabase-next my-project
This CLI tool does not have an API. It is used to generate a Supabase + Next.js project.
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes.
- Push your changes to your fork.
- Submit a pull request.
MIT