A project schedular.
Go to file
altf_four 8fde0f5810
Remove nix-shell references
2020-04-08 19:57:26 +03:00
.github/workflows Run pre-commit on files 2020-04-05 14:54:23 +03:00
src Run pre-commit on files 2020-04-05 14:54:23 +03:00
vendor Run pre-commit on files 2020-04-05 14:54:23 +03:00
.clang-format Add .clang-format 2020-04-05 14:18:57 +03:00
.gitignore Add new output file extension: .db 2020-04-01 13:01:07 +03:00
.pre-commit-config.yaml Add pre-commit. 2020-04-05 13:07:25 +03:00
CMakeLists.txt Run pre-commit on files 2020-04-05 14:54:23 +03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-10-20 20:44:41 +03:00
CONTRIBUTING.md Run pre-commit on files 2020-04-05 14:54:23 +03:00
LICENSE Add LICENSE 2019-09-17 13:55:41 +00:00
README.md Remove nix-shell references 2020-04-08 19:57:26 +03:00
build.sh Run pre-commit on files 2020-04-05 14:54:23 +03:00
buildRelease.sh Now repo builds 2020-03-11 11:46:58 +03:00
clean.sh Add Basic Managment 2019-09-16 14:49:23 +03:00
conanfile.txt Add datastructures 2020-03-24 14:25:20 +03:00

README.md

skidjular

A project schedular, so that I would be able to work on multiple projects daily.

Getting started

To download a release, go the the releases page.

Building from source

Download the soure from the git repository (Note: this might not be stable).

Prerequisites

Prerequisites are provided from Conan.

Building

For release:

$ ./buildRelease.sh

For debug:

$ ./build.sh

Cleaning the directory

To clean the project directory:

$ ./clean.sh

Contributing

Feel free to contribute to the project TODO: Add an actuall CONTRIBUTING.md file.

Authors

  • realaltffour - Initial Work - Profile

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details.