aboutsummaryrefslogtreecommitdiff
path: root/debian/byspel.1.md
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-10-27 18:45:06 -0700
committerJakob Odersky <jakob@odersky.com>2018-10-27 18:45:06 -0700
commitde095d377859887352c7380e52ea89bcabf662a0 (patch)
tree6cee6eb17c1977b85e01078e926499b33854047d /debian/byspel.1.md
downloadbyspel-de095d377859887352c7380e52ea89bcabf662a0.tar.gz
byspel-de095d377859887352c7380e52ea89bcabf662a0.tar.bz2
byspel-de095d377859887352c7380e52ea89bcabf662a0.zip
Initial commit
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
+
+```