A collection of DevContainer Features for development environments.
Install Flutter SDK for web development with cross-architecture support.
- Channels: stable, beta, dev, master
- Architectures: x86_64, aarch64
- Web Support: Configurable
- Auto-configuration: Git repository, analytics disabled
{
"features": {
"ghcr.io/your-username/devcontainer-features/flutter": {
"version": "stable",
"channel": "stable",
"enableWebSupport": true
}
}
}Protocol Buffers toolchain for API development.
{
"features": {
"ghcr.io/your-username/devcontainer-features/buf": {}
}
}AI-powered commit message generator.
{
"features": {
"ghcr.io/your-username/devcontainer-features/opencommit": {}
}
}Robot Operating System 2 for robotics development.
{
"features": {
"ghcr.io/your-username/devcontainer-features/ros2": {}
}
}This project is licensed under the MIT License - see the LICENSE file for details.