Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

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

Đang mở
#890 3 bình luận 2 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức phù hợp với người mới
35/100
Loại issue
Tính năng
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Đình trệ
Công nghệ
docker, typescript
Lĩnh vực
cli, developer-experience

Hướng nghiên cứu

Bắt đầu bằng việc xem xét cấu trúc CLI hiện có và so sánh với công cụ devcontainerize cùng repository devcontainers/images. Công việc được xem là hoàn tất khi một lệnh chính thức devcontainers init phát hiện loại dự án, lấy Dockerfile và devcontainer.json phù hợp, tạo .devcontainer và tùy chọn cập nhật .gitignore trong một Git repository.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

feature-request

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.

Ngôn ngữ chính
TypeScript
Star
3k
Fork
461
Merge trung bình
18 phút
Pull request đã merge (30 ngày)
5

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của devcontainers/cli

Tất cả issue của devcontainers/cli

Issue tương tự

Thêm issue về TypeScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.