teapotapps
v0.0.0-dev.4
Published
A CLI tool for bootstrapping full-stack projects using the TeapotApps architecture.
Readme
☕ TeapotApps Framework
TeapotApps is a lightweight Node.js framework built with modern JavaScript and ECMAScript Modules (ESM). It provides a clean, modular structure for building scalable backend applications and APIs with ease.
✨ Features
- Native ESM support (modern JavaScript)
- Modular architecture: controllers, routes, services, and more
- Easy setup and configuration
- Middleware support (CORS, logging, etc.)
- Scalable and maintainable codebase
📦 Installation
Install the CLI globally and scaffold a new project:
npm install -g teapotapps
create-teapotapps my-appOr use the alias:
teapotapps create my-app▶️ Usage
After the project is created:
cd my-app
teapotapps devThe development server runs at:
http://localhost:3010🤝 Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request to improve TeapotApps.
Contributors
📄 License
This project is licensed under the MIT License.

