https://github.com/thediveo/devcontainer-features
A collection of (somewhat unique) Dev Container Features.
https://github.com/thediveo/devcontainer-features
devcontainer devcontainer-feature docsify go-coverage go-mod-update goreportcard pkgsite
Last synced: 8 months ago
JSON representation
A collection of (somewhat unique) Dev Container Features.
- Host: GitHub
- URL: https://github.com/thediveo/devcontainer-features
- Owner: thediveo
- License: mit
- Created: 2024-12-31T16:37:01.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-02-20T21:12:17.000Z (8 months ago)
- Last Synced: 2025-02-20T21:34:27.867Z (8 months ago)
- Topics: devcontainer, devcontainer-feature, docsify, go-coverage, go-mod-update, goreportcard, pkgsite
- Language: Shell
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dev Container Features
- [docsify](src/docsify/README.md) – automatically serves ./docs workspace
directory via `docsify serve` in the background.
- [local-pkgsite](src/local-pkgsite/README.md) – a local Go pkgsite serving the module documentation.
- [goreportcard](src/goreportcard/README.md) – provides `goreportcard-cli`that
creates a Go report and a README.md badge on the code quality of a repository.
- [gocover](src/gocover/README.md) – provides a `gocover` command to run
conveniently unit tests and update a README.md coverage badge, supporting a
set of presets.
- [go-mod-upgrade](src/go-mod-upgrade/README.md) – provides obligot's `go-mod-upgrade`
for updating outdated Go dependencies interactively.
- [pin-github-action](src/pin-github-action/README.md) – provides mheaps's
`pin-github-action` for pinning GitHub actions to specific hashes.
- [wal-wahl](src/wal-wahl/README.md) – install multiple Docker CE versions
inside your devcontainer, quickly switching and activating one of them at a
time.