An open API service indexing awesome lists of open source software.

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.

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.