anzenza
v1.0.1
Published
Anzenza is a CLI tool to install a quick starter project for different templates.
Maintainers
Readme
Anzenza
A node-based CLI tool to bootstrap your next web project with popular templates and starter configurations.
Features
- Quick Setup - Bootstrap projects in seconds
- Multiple Templates - Support for various frameworks and tools
- Interactive CLI - Beautiful prompts powered by @clack/prompts
- Zero Config - Just run and go!
Installation
Run Without Installing (Recommended)
npx anzenza
# Or with yarn
yarn anzenza
# Or with pnpm
pnpm anzenzaUsage
Simply run the command and follow the interactive prompts:
anzenza
# Or with npx:
npx anzenzaAvailable Templates
Anzenza supports a variety of popular templates including:
Portfolio(Vite + React) - Portfolio website template
Dashboard(Vite + React) - Dashboard with credentials auth template
Backend(Express.js) - Backend with credentials auth template
AI Chat(Next.js + Genkit + PostgreSQL) - AI Chatbot starter template
And many more...
Note: Template availability may vary. Run anzenza to see current options.
Examples
Creating a Portfolio Project
npx anzenza
# Enter project name: "my-portfolio-app"
# Select "Portfolio(Vite + React)" template
# Install dependencies
cd my-portfolio-app
npm startCreating a REST API Project
npx anzenza
# Enter project name: "my-rest-api-app"
# Select "Backend(Express.js)" template
# Install dependencies
cd my-rest-api-app
npm run devContributing
We welcome contributions! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Adding New Templates
To add a new template:
- Update the template configuration in
index.js - Test the template thoroughly
- Update this README with the new template info
- Submit a PR
Issues
For any issues or feature requests, please create a GitHub Issue
License
This project is licensed under the ISC License - see the LICENSE file for details.
