slr is very similar tool to slu (sikalabs/slu) but it's for random stuff that doesn't fit into slu. We dont want to put random hacks to slu so we created slr to be able to easily distribute our random scripts, tools and utils.
If something is useful for more cases we will move it to slu.
Linux AMD64
curl -fsSL https://raw.githubusercontent.com/sikalabs/slr/master/install.sh | sudo sh
Using slu
slu install-bin slr
Install on Mac
brew install sikalabs/tap/slr
Install on Windows unsing scoop
scoop install https://raw.githubusercontent.com/sikalabs/scoop-bucket/master/slr.json
You can create new command from cmd/example.
Update version in version/version.go using slu, create new tag and push it.
make release