Skip to content

KUCHITAKE/devcontainer-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevContainer Features

A collection of DevContainer Features for development environments.

Available Features

🎯 Flutter

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
    }
  }
}

🔧 Buf

Protocol Buffers toolchain for API development.

{
  "features": {
    "ghcr.io/your-username/devcontainer-features/buf": {}
  }
}

🤖 OpenCommit

AI-powered commit message generator.

{
  "features": {
    "ghcr.io/your-username/devcontainer-features/opencommit": {}
  }
}

🚀 ROS2

Robot Operating System 2 for robotics development.

{
  "features": {
    "ghcr.io/your-username/devcontainer-features/ros2": {}
  }
}

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •  

Languages