Releases: harshau007/devbox
Releases · harshau007/devbox
DevBox v1.1.0
Updated ver
DevBox v1.0.0
Release Notes 🎉
DevControl is a powerful command-line interface tool that simplifies the process of creating and managing isolated development environments using containers. This initial release introduces the following key features:
New Features:
- Streamlined development environment setup with support for popular technology stacks like Node.js, Python, Rust, and more.
- Easy creation of isolated containers with development environments.
- Seamless management of running containers, including starting, stopping, and removing containers.
Under the Hood:
- Developed in Go for high performance and cross-platform compatibility.
- Utilizes Cobra for robust command-line interface handling.
- Leverages the Docker Engine API for efficient container management.
- Bubbletea provide an interactive and visually appealing terminal user interface.
Getting Started:
- Install DevControl by following the instructions in the README.
- Run
devctl create
to create a new project and select your desired technology stack. - Explore the available commands with
devctl --help
for more functionality.
We're excited to bring you this initial release of DevControl and look forward to your feedback and contributions. Stay tuned for upcoming releases with more features and improvements.
For more information, please visit the DevControl repository on GitHub.
DevBox v1.1.0
latest Added Something