/slack-bots

Primary LanguageShellMIT LicenseMIT

codecov

slack-bots

How to develop

Install tools with asdf

  • Install an asdf if you did not install it.

  • Install tools

    awk '{ print $1; }' .tool-versions | while read tool; do asdf plugin add ${tool}; done; asdf install

Install tools with go install

cat tools/tools.go | awk -F'"' '/_/ {print $2}' | xargs -tI {} go install {}

Setup pre-commit

pre-commit install