aytes_templates
v1.0.2
Published
Scaffold new projects with various templates
Downloads
269
Maintainers
Readme
🚀 Create Aytes
An interactive CLI tool to quickly scaffold backend projects using clean, production-ready templates.
Create Aytes helps you start building faster by generating a structured project with best practices — all with a single command.
✨ Features
⚡ Interactive CLI experience
🧱 Predefined backend templates
📦 Auto project setup
🚫 No global installation required
🟢 Works instantly with npx
📦 Installation & Usage
Run the CLI directly using npx:
npx aytes_templates
You’ll be prompted to:
Enter your project name
Choose a project template
🛠 Example npx aytes_templates
🚀 Welcome to Create Aytes!
? What is your project name? my-aytes-project ? Choose a template: Express API - REST API with Express.js and MongoDB
📁 After Project Creation
Once the project is created, run:
cd my-aytes-project npm install npm run dev
Your backend server will be ready to use 🎉
📚 Available Templates 🔹 Express API
Stack: Node.js + Express + MongoDB
Description: A clean REST API starter template designed for scalability and maintainability.
More templates coming soon 🚧
✅ Requirements
Node.js v16 or higher
npm (or yarn)
⚠️ Notes
If the target directory already exists, the CLI will stop to avoid overwriting files.
Make sure you have write permissions in the current directory.
🤝 Contributing
Contributions are welcome!
You can help by:
Adding new templates
Improving existing templates
Enhancing CLI UX or features
📄 License
ISC License
👨💻 Author
Built with ❤️ by Aytes
