Installation

Homebrew

Auteur is available as a Homebrew formula. To install Auteur using Homebrew, run the following commands:

First to set up the tap

brew tap tronica/tap

And then to install Auteur

brew install auteur

Auteur should then be available as a command line tool.

auteur

Using Go

To install Auteur using Go, run the following command:

go get github.com/patrixr/auteur

Alternatively you can also use go run to run Auteur directly from the repository:

go run github.com/patrixr/auteur

Using binaries

Binaries are available for download on the releases page.

Download and extract the binary for your platform, and run it from the command line.