aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
blob: 58a57a2f5d54457f7f7a6c406a9b5f58ce81b27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
= Stundenplan

A small JavaScript project to generate beautiful PDF schedules. Takes information from `src/variables.js`. Planning to use direct UnivIS-XML export.

== Usage

Requires the `npm` tool.

```bash
npm i # installes packages
npm run main # runs the software
```