aqua LogoAqua PickerRandom

Concurrent task runner, developer's routine tasks automation toolkit. Simple modern alternative to GNU Make

Supported EnvsChecksum
darwinlinuxwindows
amd64yesyesyes
arm64yesnono
supported

Installation

$ aqua g -i taskctl/taskctl

registry.yaml

packages:
  - type: github_release
    repo_owner: taskctl
    repo_name: taskctl
    asset: 'taskctl_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}'
    format: tar.gz
    description: >-
      Concurrent task runner, developer's routine tasks automation toolkit.
      Simple modern alternative to GNU Make
    overrides:
      - goos: windows
        format: zip
    supported_envs:
      - darwin
      - amd64
    rosetta2: true
    checksum:
      type: github_release
      asset: checksums.txt
      algorithm: sha256