1
0
Fork
You've already forked schedule-maker
0
Abandoned repo. Moved to https://github.com/0rphee/schedule-maker
This repository has been archived on 2024年10月07日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Haskell 100%
2023年08月18日 22:00:29 -06:00
app print example of yaml file with saturday & sunday options 2023年08月17日 21:59:33 -06:00
src print example of yaml file with saturday & sunday options 2023年08月17日 21:59:33 -06:00
test print example of yaml file with saturday & sunday options 2023年08月17日 21:59:33 -06:00
.gitignore ignore .svg from profiling and schedules.xlsx 2023年08月17日 11:21:53 -06:00
CHANGELOG.md stack new 2023年03月02日 18:05:42 -06:00
fourmolu.yaml add fourmolu config to project 2023年08月18日 22:00:29 -06:00
LICENSE stack new 2023年03月02日 18:05:42 -06:00
package.yaml separate code in modules 2023年08月17日 08:31:11 -06:00
README.md update readme with more info 2023年08月17日 11:28:03 -06:00
schedule-maker.cabal separate code in modules 2023年08月17日 08:31:11 -06:00
Setup.hs stack new 2023年03月02日 18:05:42 -06:00
stack.yaml remove unnecessary dependencies and add xlsx dependencies 2023年08月15日 10:44:02 -06:00
stack.yaml.lock remove unnecessary dependencies and add xlsx dependencies 2023年08月15日 10:44:02 -06:00
test-english.yaml print example of yaml file with saturday & sunday options 2023年08月17日 21:59:33 -06:00
test-spanish.yaml print example of yaml file with saturday & sunday options 2023年08月17日 21:59:33 -06:00

schedule-maker

A command-line utility to create your school schedules.

Creates an .xlsx file with your school schedules from a .yaml file with your classes.

Schedule-maker - a command-line utility to create your school schedules.
Usage: schedule-maker-exe FILENAME [-p|--pretty-print] [-o|--output FILENAME]
 Create an .xlsx file with your school schedules from a .yaml file with your
 classes.
Available options:
 FILENAME YAML input file
 -p,--pretty-print Print to stdout the validated schedules
 -o,--output FILENAME Write output to FILE (.xlsx)
 (default: "schedules.xlsx")
 -h,--help Show this help text
still a work in progress, source code here:
https://codeberg.org/0rphee/schedule-maker.