This CLI tool simplifies the process of setting up Docker containers for various applications.
- Easily configure and run Docker containers
- Supports multiple applications
- User-friendly command interface
- Node.js
- Docker CLI
Clone the repository, install dependencies, and run node index.js to start using the CLI.
We welcome contributions! Please follow the standard Git workflow for submitting changes.
- Fork the project
- Create your feature branch (
git checkout -b feat/new-feature) - Commit your changes (
git commit -m 'feat: add new feature') - Push to the branch (
git push origin feat/new-feature) - Open a Pull Request