create-indv-next-app
v1.0.6
Published
A CLI tool to bootstrap Next.js applications with modern development tools
Downloads
3
Maintainers
Readme
Init-Innovation
A simple CLI tool for quickly scaffolding new projects with ease.
Installation
You can use npx (no need to install globally):
npx create-indv-next-app <project-name>
in which indv stands for INNOVATION DEVELOPMENT
Or install globally:
bash
Copy code
npm install -g init-innovation
Usage
To create a new project:
bash
Copy code
npx init-innovation my-new-project
This will generate a project scaffold in the folder my-new-project.
Development
If you want to run and test locally:
bash
Copy code
git clone https://github.com/<your-username>/init-innovation.git
cd init-innovation
npm link
Now you can run:
bash
Copy code
init-innovation <project-name>
Features
⚡ Quick project scaffolding
📂 Auto-generates a starter project folder
🛠 Easy to extend
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you’d like to change.
