nextjs-rich-tpl v0.0.4
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-tplUsage
We recommend starting a new Next.js application using nextjs-rich-tpl. To create a project, run:
npx nextjs-rich-tplAfter 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.
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago