A CLI tool to automatically convert any project into a devcontainer-compatible project.
npm install -g devcontainerize
In your project directory, run:
npx devcontainerize
Optional: Add --gitignore
flag to automatically update .gitignore
.
- Automatically detects project type
- Supports multiple languages and frameworks
- Creates necessary devcontainer files
- Option to update .gitignore
This tool relies on the structure and content of the GitHub repository: https://github.com/devcontainers/images/tree/main/src
Changes to this repository may affect the tool's functionality.
MIT