A project schedular.
Go to file
altf_four 3522e6acf1
Create CODE_OF_CONDUCT.md
2019-10-20 20:44:41 +03:00
skidjular Add Function declarations for commands. 2019-10-17 22:05:36 +03:00
vendor Add Basic Managment 2019-09-16 14:49:23 +03:00
.gitignore Add bin/build dirs to gitignore. 2019-09-14 10:38:01 +03:00
CMakeLists.txt Add skids_parser.h 2019-10-17 20:29:02 +03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-10-20 20:44:41 +03:00
CONTRIBUTING.md Added CONTRIBUTING.md file 2019-10-15 18:59:41 -03:00
LICENSE Add LICENSE 2019-09-17 13:55:41 +00:00
README.md Fixed typo in initial work 2019-10-15 14:13:53 +03:00
build.sh Add skids_parser.h 2019-10-17 20:29:02 +03:00
buildRelease.sh Add skids_parser.h 2019-10-17 20:29:02 +03:00
clean.sh Add Basic Managment 2019-09-16 14:49:23 +03:00
default.nix Moved to make from ninja. 2019-09-18 18:58:31 +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(not this might not be stable).

Prerequisites

Using nix:
$ nix-shell
Install prerequisities of the project on ubuntu:
$ sudo apt install cmake gcc
Install prerequisities of the project on arch:
$ pacman -S cmake gcc
Install prerequisites of the project on gentoo:
# sudo emerege --ask sys-devel/gcc sys-devel/make dev-util/cmake

Building

For release:

$  nix-shell
$ ./build-release.sh

For debug:

$  nix-shell
$ ./build-debug.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.