π¦ Top-rated globally installed npm packages for Dev Container Features
π₯ Focuses on popular npm CLI tools
π¨βπ©βπ§βπ¦ Community-driven maintainership
- Babel CLI
- Dev Containers CLI - π³ Installs the devcontainer CLI globally
- ESLint
- Jest
- PostCSS CLI
- Prettier
- Rollup
- TypeScript
- Vite
- webpack CLI
"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"
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.