Skip to content

Helpers 4 DevContainers

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": {}
  }
}

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.