1.0.0 • Published 7 months ago

create-complete-nextjs v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

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>
1.0.0

7 months ago