oisuite
Your number #1 tool to managing your algo questions! This software only works on UNIX-based operating systems (macOS, Linux, BSD, etc.)
- Project generation
- Quick project template updates
- Good template with functional Makefile
- Custom config
oisuite.yml
- Testing capabilities
Dependencies
For oisuite, you will need:
- Make
- g++
- git
- cargo (for building the program)
- a POSIX-compliant shell
Installation
You can install oisuite by cloning this repository, and follow the following steps:
- Add
~/bin
to your PATH - Run
install.sh
The project should automatically install onto your machine.
After that, make sure to run oisuite install
to add all of the required files.
License
This software is available under the MIT license.