Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 3.04 KB

README.md

File metadata and controls

65 lines (51 loc) · 3.04 KB

npm Dev Container Features

📦 Top-rated globally installed npm packages for Dev Container Features

🥇 Focuses on popular npm CLI tools
👨‍👩‍👧‍👦 Community-driven maintainership

 

Usage

"features": {
  "ghcr.io/devcontainers-community/features/<feature-id>": {}
}

💡 Want more customization? Don't worry! You can also do this:

"updateContentCommand": "npm install -g @octocat/my-cli"
// ☝ You can "updateContentCommand" or "postCreateCommand"

Development

GitHub Actions Codespaces Devcontainers

To test a specific feature, you can use the devcontainer CLI:

devcontainer features test -f <feature-id>

Someone with appropriate access must manually trigger the Publish features workflow to trigger a new "release" to publish features to the main feature collection index at devcontainers-community/features.