Skip to content

tedckh/create-nextjs-boilerplate-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Create Next.js Boilerplate

A simple CLI tool to generate a new project from the @tedckh/nextjs-boilerplate.

Usage

To create a new project, run the following command in your terminal:

npx @tedckh/create-nextjs-boilerplate <your-project-name>

What it does

The script will create a new directory with your chosen project name and perform the following steps:

  1. Clones the latest version of the nextjs-boilerplate.
  2. Updates the package.json, Dockerfile, and docker-compose.yml files with your new project name.
  3. Installs all dependencies.
  4. Initializes a new git repository.

Once it's finished, your new project is ready to go with a complete Dockerized environment for both development and production.

License

ISC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published