Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.82 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.82 KB

Community pip Dev Container Features

🐍 Top-rated globally installed pip packages for Dev Container Features

✨ Uses pipx
🥇 Focuses on popular pip CLI tools
👨‍👩‍👧‍👦 Community-driven maintainership

↗️ See all features at containers.dev/features

Usage

"features": {
  "ghcr.io/jazzband/pip-features/<feature-id>": {}
}

💡 Don't worry! You can also do this:

"updateContentCommand": "pipx install my-awesome-cli"
// ☝ You can postCreateComand instead if you like.

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 create a new release.