Skip to content

sikalabs/slr

Repository files navigation

slr: SikaLabs Random Utils

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.

Install

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

Contributing

You can create new command from cmd/example.

Release

Update version in version/version.go using slu, create new tag and push it.

VERSION=v0.16.0
NEW_DEV_VERSION=v0.17.0-dev
slu go-code version-bump -v $VERSION
git tag $VERSION -a -m $VERSION
slu go-code version-bump -v $NEW_DEV_VERSION
git push
git push --tags

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •