summaryrefslogtreecommitdiff
path: root/lib/lsg.ex
diff options
context:
space:
mode:
authorhref <href@random.sh>2018-01-31 20:36:42 +0100
committerhref <href@random.sh>2018-01-31 20:36:42 +0100
commitfcb2a082346054108f3f16cffe968450cf961976 (patch)
tree8e7d2eb9eeebf854e62e08c29b147f34dfeb1881 /lib/lsg.ex
import
Diffstat (limited to 'lib/lsg.ex')
-rw-r--r--lib/lsg.ex9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/lsg.ex b/lib/lsg.ex
new file mode 100644
index 0000000..d2076f8
--- /dev/null
+++ b/lib/lsg.ex
@@ -0,0 +1,9 @@
+defmodule LSG do
+ @moduledoc """
+ LSG keeps the contexts that define your domain
+ and business logic.
+
+ Contexts are also responsible for managing your data, regardless
+ if it comes from the database, an external API or others.
+ """
+end