Skip to content

A collection of Dev Container Features for TheDiveO projects.

License

Notifications You must be signed in to change notification settings

thediveo/devcontainer-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Container Features

  • docsify – automatically serves ./docs workspace directory via docsify serve in the background.
  • local-pkgsite – a local Go pkgsite serving the module documentation.
  • goreportcard – provides goreportcard-clithat creates a Go report and a README.md badge on the code quality of a repository.
  • gocover – provides a gocover command to run conveniently unit tests and update a README.md coverage badge, supporting a set of presets.
  • go-mod-upgrade – provides obligot's go-mod-upgrade for updating outdated Go dependencies interactively.
  • pin-github-action – provides mheaps's pin-github-action for pinning GitHub actions to specific hashes.