Skip to content

gp-somni-labs/auto-dev-project-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 

Repository files navigation

Auto-Developer Project Builder

AI-driven project creation and lifecycle automation with templates and CI/CD scaffolding.

πŸ”— Repository Info

  • GitHub: https://github.com/[username]/auto-dev-project-builder
  • Package: auto-dev-project-builder
  • CLI: create-project

🎯 Purpose

  • Automated project scaffolding from templates
  • Git repository creation and configuration
  • CI/CD pipeline setup
  • Deployment automation integration

πŸ“ Structure

auto-dev-project-builder/
β”œβ”€β”€ src/                    # Project builder service
β”œβ”€β”€ templates/              # Project templates library
β”œβ”€β”€ scripts/                # CLI tools and utilities
└── docs/                   # Template and usage documentation

πŸš€ Quick Start

# Via MCP tool
create_project(
    name="my-new-project",
    template="react-typescript",
    features=["ci/cd", "testing", "deployment"]
)

# Via CLI
python -m src.create_project --template fastapi-python --name my-api

πŸ“‹ Available Templates

  • Frontend: React + TypeScript, Vue.js, Next.js
  • Backend: FastAPI Python, Node.js Express, Go Fiber
  • Full-stack: T3 Stack, Django + React, Rails + Vue
  • IoT/Hardware: Arduino, Raspberry Pi, ESP32
  • Integration: Home Assistant custom component, MCP server

πŸ”§ Features

  • Template Engine: Configurable project scaffolding
  • Git Integration: Auto-create repos with branch protection
  • CI/CD Setup: GitHub Actions, GitLab CI, Jenkins
  • Deployment: Vercel, Netlify, Docker, Kubernetes
  • Dependencies: Auto-install and configure tooling

About

AI-driven project creation and lifecycle automation with templates and CI/CD scaffolding

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published