generate_boilerplate
Create essential project configuration files—.env, Docker, CI/CD, and .gitignore—tailored to your chosen project type and scale. Get a production-ready setup matched to your recommended stack.
Instructions
Generate config files (.env, docker-compose, Dockerfile, CI/CD, .gitignore) based on the recommended tech stack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | Yes | Project scale | |
| include_cicd | No | Include CI/CD workflow (default: true) | |
| project_name | Yes | Project name | |
| project_type | Yes | Project type | |
| include_docker | No | Include Docker files (default: true) |