Metadata-Version: 2.4
Name: devcreate
Version: 0.1.0
Summary: Auto-generate Docker, K8s, and CI configs
Author: Ankit Sharma
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# DevAutoGen

Auto-generates:
- Dockerfile
- docker-compose.yml
- Kubernetes deployment & service
- GitHub Actions CI

## Usage
Copy this project directory to your main project directory:
Run

```bash
python main.py
```
You have to manually modify the files generated for you projects requirements to deploy, these files only are the templates.

# V0.1
The following languages support added for file generation:
- C
- C++
- Java
