backend-creator
v1.0.1
Published
A CLI tool to scaffold backend projects with Express, Django, Flask, and FastAPI frameworks
Downloads
6
Maintainers
Readme
🚀 Backend Creator CLI
Backend Creator is a simple CLI tool that helps you quickly scaffold a backend project using popular frameworks like:
- Express (Node.js)
- Django (Python)
- Flask (Python)
- FastAPI (Python)
Set up boilerplate code and initial environments in seconds!
📦 Installation
npm install -g backend-creator⚡ Usage
npx backend-creatorYou'll be prompted to:
1.Select a backend framework
2.Provide a project folder name
3.Automatic environment setup:
For Node.js / Express:
Initializes package.json
Installs Express
Creates a starter index.js
For Python frameworks:
Creates a Python virtual environment (venv)
Installs necessary dependencies
Generates starter files (app.py, main.py or instructions for Django)
