CompoCompo is a tool to write code and transpile it into a docker compose file. please note that this is still in the making and might not be suited for production use
- Clone/Fork this repository (depending on you needs)
- Make modifications to the
src/index
file - Run
npm run build
All PRs/Issues/Feature Recommendations are welcome! Just submit them and you might become a contributor of the project!
Heres a list of things we must add (priority ranked with stars):
- Environment variable API (⭐⭐⭐)
- Network Support (⭐⭐⭐⭐)
- Input Validation (⭐⭐)
- Volume Driver Config (⭐)
- HealthCheck, DependsOn, Restart Policy (⭐⭐⭐⭐)
- Jest Unit Tests (⭐⭐)