asdf-vm plugin for ticgit — a Git-native distributed ticketing system.
asdf plugin add ticgit https://github.com/bosmak/asdf-ticgit.gitasdf list all ticgit # List all available versions
asdf install ticgit latest # Install the latest version
asdf global ticgit latest # Set it as the defaultThen use ti anywhere:
ti init
ti new --title "fix the parser" --tags bug,parser
ti listSee the ticgit README for full usage documentation.
-
Install the lint/format tools:
asdf plugin add shellcheck https://github.com/luizm/asdf-shellcheck.git asdf plugin add shfmt https://github.com/luizm/asdf-shfmt.git asdf install
-
Develop!
-
Lint & Format:
./scripts/format.bash ./scripts/lint.bash
-
PR changes