create-complete-nextjs
v1.0.0
Published
Bootstrap next app with what you really need
Downloads
1
Readme
Create next.js app without creating and install the depedency you usually need
As I'm getting tired to create new project and must build my component from scratch and install the depedency I decided to skip this redundant step.
Inspired by create-next-app I modify the CLI tool to meet what I really need.
With technology addition including:
The technology that I use will continue to increase.
How to run:
- Using npx
npx create-complete-nextjs <project-name>
- Using installation
npm start <project-name>