gloomsy contains a collection of tools for creating a GLOOMSY-Stack application.
Be careful when running scripts from the internet. Always check the content of the script before executing it.
curl -sSL https://raw.githubusercontent.com/ngoldack/gloomsy/main/scripts/install.sh | sh -
brew install ngoldack/tap/gloomsy
Installation from source requires a working Go environment. Go version 1.21 or above is required.
go install github.com/ngoldack/gloomsy@latest
-
Download the latest binary from the release page.
-
Copy the binary to a directory in your PATH.
sudo cp gloomsy /usr/local/bin
-
Make the binary executable.
chmod +x gloomsy
gloomsy new --name gloomsy-app
Run gloomsy help
to get a list of all available commands.