devcontainer_generate
Generate a devcontainer.json configuration with your selected base image, features, and Node.js version to create a consistent development environment.
Instructions
Generate a devcontainer.json configuration for a consistent development environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Devcontainer name | |
| api_key | No | API key for authentication | |
| features | No | Dev container features to include (e.g. docker-in-docker, git) | |
| base_image | Yes | Base development image | |
| node_version | No | Node.js version if applicable |