From 1566a2fcba0676cf54dde2b04702a320d9f1edcd Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Tue, 4 Feb 2020 13:49:53 +0100 Subject: Initial commit --- lib/waev.ex | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/waev.ex (limited to 'lib/waev.ex') diff --git a/lib/waev.ex b/lib/waev.ex new file mode 100644 index 0000000..d024158 --- /dev/null +++ b/lib/waev.ex @@ -0,0 +1,9 @@ +defmodule Waev do + @moduledoc """ + Waev 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 -- cgit v1.2.3