README.md
May 2, 2022 ยท View on GitHub
๐จโ๐ง I'm a maintainer
Contribution assistant for open source projects.
๐ก 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