devcontainers / devcontainers/cli

Proposal: Add `devcontainers init` command similar to `devcontainerize`

未关闭
#890 3 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看
feature-request
主要语言
TypeScript
星标
3k
派生
457
平均合并
13 小时 17 分钟
30 天内合并 PR
6

描述

Hello devcontainers team,

I've recently created a tool called `devcontainerize` (https://www.npmjs.com/package/devcontainerize, https://github.com/mathdroid/devcontainerize) that automatically detects a project's type and sets up the appropriate devcontainer configuration.

The tool:
1. Detects the project type based on files in the current directory.
2. Fetches appropriate Dockerfile and devcontainer.json from the devcontainers/images repository.
3. Creates a .devcontainer directory with these files.
4. Optionally adds .devcontainer to .gitignore if in a Git repository.

I believe a similar functionality could be valuable as part of the official devcontainers CLI, potentially as a `devcontainers init` command.

I'm keen to contribute this functionality to the official CLI if the team is interested. This could help streamline the process of setting up devcontainers for various project types and improve the overall developer experience.

Would you be open to discussing this further? I'd be happy to provide more details about the implementation or discuss how we could adapt it to fit within the existing CLI structure.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。