aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
blob: ed9da7422a571421e90eec68aef09970442bb2af (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
````