looper is a CLI tool that allows the creation of loops.
Setting target destination:
curl -s https://raw.githubusercontent.com/thalesfsp/looper/main/resources/install.sh | BIN_DIR=ABSOLUTE_DIR_PATH sh
Setting version:
curl -s https://raw.githubusercontent.com/thalesfsp/looper/main/resources/install.sh | VERSION=v{M.M.P} sh
Example:
curl -s https://raw.githubusercontent.com/thalesfsp/looper/main/resources/install.sh | BIN_DIR=/usr/local/bin VERSION=v0.0.1 sh
Install dependency:
go get -u github.com/thalesfsp/looper
looper l v --help
Run $ make doc
or check out online.
Check out CONTRIBUTION.
- Update CHANGELOG accordingly.
- Once changes from MR are merged.
- Tag. Don't need to create a release, it's automatically created by CI.
Check out CHANGELOG.