create next template
is a CLI tool to create a Next.js template with shadcn/ui components.
Both templates are updated to the latest version of Next.js (13.4)
You also can choose a name for your project.
You can run this CLI with npx
,
npx @salvagr/create-next-template
When you ran the command, you will be asked to choose between TypeScript
or Javascript
template. After that, you will be asked to choose a name for your project.
The CLI will create a folder with the name you have chosen, clone the template inside it and clean up the git folder.
Thanks to @shadcn for the amazing template and components.