# Setcase A cli tool to transform text to uppercase and lowercase. ## Build Environment: * tested on linux * c++ 14 compiler * cmake Libraries: * my [parg](https://github.com/octobanana/parg) library, for parsing cli args, included as `./src/parg.hh` The following shell commands will build the project: ```bash git clone cd ./build.sh -r ``` To build the debug version, run the build script without the -r flag. ## Install The following shell commands will install the project: ```bash ./install.sh -r ```