Skip to content

Releases: harshau007/devbox

DevBox v1.1.0

13 Jun 07:49
Compare
Choose a tag to compare
Updated ver

DevBox v1.0.0

08 May 14:19
Compare
Choose a tag to compare

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:

  1. Install DevControl by following the instructions in the README.
  2. Run devctl create to create a new project and select your desired technology stack.
  3. 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

13 Jun 07:49
Compare
Choose a tag to compare
latest

Added Something