RepoAnthropicAnthropicpublished Mar 3, 2025seen 6d

anthropics/devcontainer-features

Shell

Open original ↗

Captured source

source ↗

anthropics/devcontainer-features

Description: Anthropic Dev Container Features, including Claude Code CLI

Language: Shell

License: MIT

Stars: 272

Forks: 54

Open issues: 19

Created: 2025-03-03T05:43:15Z

Pushed: 2025-12-16T00:11:22Z

Default branch: main

Fork: no

Archived: no

README:

Dev Container Features

This repository contains Dev Container Features, including one that installs the Claude Code CLI.

Contents

  • src/claude-code: The Claude Code CLI feature
  • test: Automated tests for the feature

Usage

To use this feature in your devcontainer, add it to your devcontainer.json file:

"features": {
"ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {}
}

Requirements

The feature automatically depends on Node.js and will install it if not already present.

Building and Testing

You can build and test the feature using the dev container CLI:

# Test the feature
devcontainer features test -f claude-code .

# Publish the feature
devcontainer feature publish -n anthropics/devcontainer-features .

License

This project is licensed under the MIT License - see the LICENSE file for details.

Notability

notability 4.0/10

Routine dev tooling repo, moderate stars.