This repository contains a collection of Dev Container Features created and maintained by Evit15. These features are designed to enhance the development environment within Dev Containers, providing additional tools and functionalities to streamline your workflow.
This repository contains following features:
- adb-fastboot: Android Debug Bridge feature for seamless Android device management and debugging within your Dev Container.
To use any of the features in this repository, you can include them in your Dev Container configuration file (devcontainer.json) as follows:
{
"features": {
"ghcr.io/Evit15/devcontainer-features/adb-fastboot:1": {}
}
}