# README
Starlu
Small golang CLI app to resize/crop/edit images for Pragalicious
Made with Cobra: https://github.com/spf13/cobra/blob/master/cobra/README.md
Building
go build
GOOS=windows go build
Run tests
cd imageprocessing
go test -v
Installation
Mac/Linux
- Download the binary
starlu
- Add the binary to your path
- Test the application
starlu --version
- Run the binary
starlu teaser test.jpg
Windows
- Download the binary
starlu.exe
- [Optional] add
starlu.exe
to your path - Open the command line
- Go to the folder where the binary is situated (not needed if you added it to your path). For example:
cd \Users\joeri\Downloads
- Test the application
starlu.exe --version
- Run the exe from there
starlu.exe teaser test.jpg