Skip to content

salvaoo/create-next-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create next template

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)

Options

  • The TypeScript template is generated from here.
  • The JavaScript template is generated from here

You also can choose a name for your project.

Usage

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.

Mention

Thanks to @shadcn for the amazing template and components.