atyam
v2.1.2
Published
CLI tool to setup the Next.js starter kit
Downloads
188
Readme
atyam
A CLI tool to quickly set up a fullstack Next.js project using the atyam starter kit.
Installation
You can run this package directly using npx:
npx atyam
Features
- Clones the 4tyam/starter repo
- Sets up a new project
- Automatically installs dependencies
- Removes .git directory for a fresh start
- Interactive CLI with progress indicators
Usage
Run the command:
npx atyam
Enter your project name when prompted
Wait for the installation to complete
Navigate to your project directory and start developing:
cd your-project-name npm run dev
License
MIT