How to create a Golf application


To create a Golf application, use "-k" option of gg utility:
gg -k my-app

where "my-app" is your application name. If you already have an application with that name, nothing is done, so this is an idempotent operation.

If you already have source code, you can create and compile your application in one step:
gg -k my-app -q

which is a neat shortcut.


Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.