Skip to content

shiploaders/shiploader

Repository files navigation

shiploader

Not your average ship loader

.github/workflows/ci.yml codecov GitHub branch checks state

Discribe components.

  • Type some Markdown on the left
  • See HTML in the right
  • ✨Magic ✨

Releases

  • release-name2 or v 2.xx
  • release-name1 or v 1.xx

Dev workflow

Build

  • go build -o shiploader main.go
  • chmod +x shiploader

Run

  • Create your desired apps state in a config file (config.yaml)
  • Run ./shiploader generate --config config.yaml

Tests

  • go test ./... -coverprofile=coverage.out
  • To view coverage in a html report: go tool cover -html=coverage.out

FAQ

Include FAQs as :

Issues

Desc. Issue link
bug-fix-0998 path/path/CONTRIBUTING.md
bug-fix-8897 path/path/CONTRIBUTING.md
refac-22 path/path/CONTRIBUTING.md
issue-101 path/path/CONTRIBUTING.md

License (if necessary)

something

Releases

No releases published

Packages

No packages published

Languages