Skip to content

khulnasoft-lab/devcontainer-features

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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/khulnasoft/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 khulnasoft/devcontainer-features .

License

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 100.0%