Skip to content

Helpers 4 DevContainers

Plug-and-play development container features — consistent environments, zero setup friction.

Feature Description
essential-dev Git visualization, editor enhancements, Markdown
typescript-dev TypeScript/JS dev with import management
angular-dev Angular dev, port 4200 forwarding
vite-plus Vite development setup
package-auto-install Auto-detect and install packages
git-absorb git absorb from GitHub releases
shell-history-per-project Persistent shell history per project
dotfiles-sync Sync local Git/SSH/GPG/npm config
peon-ping Health check endpoint

Features are published to ghcr.io/helpers4/devcontainer/<feature-name>:

{
  "features": {
    "ghcr.io/helpers4/devcontainer/essential-dev:1": {},
    "ghcr.io/helpers4/devcontainer/typescript-dev:1": {}
  }
}

Found a bug or want to request a new feature? Open an issue on the DevContainer repository.

Want to improve this documentation? Use the Edit page link at the bottom of any page, or open an issue on the website repository.

LGPL-3.0 — See LICENSE for details.