Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

ngoldack/gloomsy

Repository files navigation

gloomsy

Project Status Go Reference Go Report Card Maintainability ci

gloomsy contains a collection of tools for creating a GLOOMSY-Stack application.

Install

By script

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 -

Homebrew

brew install ngoldack/tap/gloomsy

By source

Installation from source requires a working Go environment. Go version 1.21 or above is required.

go install github.com/ngoldack/gloomsy@latest

Manually

  1. Download the latest binary from the release page.

  2. Copy the binary to a directory in your PATH.

    sudo cp gloomsy /usr/local/bin
  3. Make the binary executable.

    chmod +x gloomsy

Usage

TL;DR

gloomsy new --name gloomsy-app

Commands

Run gloomsy help to get a list of all available commands.