greet/README.asciidoc
Dan Anglin 7d7d87b57b
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
doc: rewrite README with asciidoc
2023-05-22 07:52:28 +01:00

753 B
Raw Permalink Blame History

Greetings

Summary

Greet is a simple Go CLI application that greets a recipient. This is a simple project used for the purpose of testing upcoming automation, such as CI/CD integration and dependency management, which will be used by other projects hosted in Code Flow.

Projects Avatar

The projects avatar was made by Smashicons from Flaticon.

Requirements

Build

$ go build -o greet .

Run

Greet the world.

$ ./greet

Greet a person.

$ ./greet Bob

Run Dagger Pipeline locally

$ pushd internal/build && go run . && popd