Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 600 Bytes

File metadata and controls

25 lines (18 loc) · 600 Bytes

Generic DevContainer Generator

A simple script to generate development container configurations for your projects. This tool creates a .devcontainer setup with customizable base images and language runtimes.

Quick Start

Run from GitHub (Recommended)

bash -c "$(curl -fsSL https://raw.githubusercontent.com/MarioAlexis/devcontainer-generator/main/install.sh)"

Run Locally

  1. Clone this repository:
git clone https://github.com/MarioAlexis/devcontainer-generator.git
cd devcontainer-generator
  1. Run the script:
chmod +x install.sh
./install.sh