README.md

May 2, 2022 ยท View on GitHub

๐Ÿ‘จโ€๐Ÿ”ง I'm a maintainer

Contribution assistant for open source projects.

Build Documentation Quality Template Coverage Mirror

๐Ÿ’ก Idea

$ maintainer go vanity build

๐Ÿ† Motivation

...

๐Ÿคผโ€โ™‚๏ธ How to

...

๐Ÿงฉ Installation

Homebrew

$ brew install octolab/tap/maintainer

Binary

$ curl -sSfL https://raw.githubusercontent.com/octomation/maintainer/master/bin/install | sh
# or
$ wget -qO-  https://raw.githubusercontent.com/octomation/maintainer/master/bin/install | sh

Don't forget about security.

Source

# use standard go tools
$ go get go.octolab.org/toolset/maintainer@latest
# or use egg tool
$ egg tools add go.octolab.org/toolset/maintainer@latest

egg is an extended go get.

Shell completions

$ maintainer completion > /path/to/completions/...
# or
$ source <(maintainer completion)

made with โค๏ธ for everyone