The Goal for this project is to have a fast, easy to use and reliable way to check, edit and add values to a properties file
The binaries can be downloaded form the URLs bellow
clone the repository and run
$ make
If you run make on your platform, a native binary will be generated for your platform, however, it is possible to build for another platforms, let's say you are on a Linux Machine, and want to build a Windows Executable, you can run:
$ make windows
and a prop.exe
file will be generated
Options are:
- linux
- windows
- macos