You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Folder inside the repository to put the formula.
46
+
# Default is the root folder.
47
+
folder: Formula
48
+
49
+
# Caveats for the user of your binary.
50
+
# Default is empty.
51
+
caveats: "Create a new project via interactive console UI into current folder by using `cgapp create` command."
52
+
53
+
# Your app's homepage.
54
+
# Default is empty.
55
+
homepage: "https://create-go.app/"
56
+
57
+
# Your app's description.
58
+
# Default is empty.
59
+
description: "A powerful CLI for the Create Go App project. Create a new production-ready project with backend, frontend and deploy automation by running one CLI command!"
0 commit comments