aboutsummaryrefslogtreecommitdiff
path: root/debian/byspel.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'debian/byspel.1.md')
-rw-r--r--debian/byspel.1.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/byspel.1.md b/debian/byspel.1.md
new file mode 100644
index 0000000..1be9f09
--- /dev/null
+++ b/debian/byspel.1.md
@@ -0,0 +1,31 @@
+---
+title: byspel
+section: 1
+date: October 2018
+footer: byspel 0.1
+---
+
+
+# NAME
+
+byspel - example webapp written in Scala
+
+# SYNOPSIS
+
+**byspel** CONFIG_FILE
+
+# DESCRIPTION
+
+**byspel** is a simple web application using Akka HTTP and Slick. It
+is designed to demonstrate packaging of Scala applications.
+
+# BUGS
+Report bugs to Jakob Odersky <jakob@odersky.com> or at the project's
+issue tracker <https://github.com/jodersky/byspel/issues>.
+
+# EXAMPLE
+
+```
+byspel /etc/byspel.toml
+
+```