Skip to content

helpers4 / DevContainer Features

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

FeatureDescription
essential-devGit visualization, editor enhancements, Markdown
typescript-devTypeScript/JS dev with import management
angular-devAngular dev, port 4200 forwarding
vite-plusVite development setup
package-auto-installAuto-detect and install packages
git-absorbgit absorb from GitHub releases
shell-history-per-projectPersistent shell history per project
dotfiles-syncSync local Git/SSH/GPG/npm config
peon-pingHealth 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": {}
  }
}

LGPL-3.0 — See LICENSE for details.