From dfb25ceae2b3212a4c17d8361143ba19f607dc49 Mon Sep 17 00:00:00 2001 From: davidpkj Date: Thu, 11 Apr 2024 19:38:55 +0200 Subject: readme --- README.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index e69de29..ed9da74 100644 --- a/README.adoc +++ b/README.adoc @@ -0,0 +1,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 +```` -- cgit v1.2.3