nextjs-rich-tpl
v0.0.1
Published
A command-line tool to scaffold Next.js projects with rich templates and features.
Downloads
27
Readme
Next.js Rich Template / CLI
The Next.js Rich Template is a CLI tool that helps quickly set up Next.js applications. Using pre-prepared templates, you can easily create new projects.
Table of Contents
Features
- Multiple Next.js templates to choose from
- Automation of project initialization
- Support for dependency installation
- Progress bar to display user progress
Installation
You can globally install nextjs-rich-tpl
using the following command:
npm install -g nextjs-rich-tpl
Usage
We recommend starting a new Next.js application using nextjs-rich-tpl
. To create a project, run:
npx nextjs-rich-tpl
After installation, you will see the following prompts:
Select a Next.js template:
❯ Next.js app with i18n routing setup
Next.js app without i18n routing setup
Enter your project name: (my-nextjs-app)
After the prompts, nextjs-rich-tpl
will create a folder with your project name and install the necessary dependencies.
Dependencies
This project depends on the following packages:
chalk
: Adds color to command-line outputcli-progress
: Displays progress barsinquirer
: Prompts for user inputora
: Shows loading animations
License
This project is licensed under the MIT License.