A simple CLI tool to generate a new project from the @tedckh/nextjs-boilerplate.
To create a new project, run the following command in your terminal:
npx @tedckh/create-nextjs-boilerplate <your-project-name>The script will create a new directory with your chosen project name and perform the following steps:
- Clones the latest version of the
nextjs-boilerplate. - Updates the
package.json,Dockerfile, anddocker-compose.ymlfiles with your new project name. - Installs all dependencies.
- 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.
ISC