Home

Awesome

👨‍🔧 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)
<p align="right">made with ❤️ for everyone</p>