From 88c0fbf10145ddd4ccd10ee432b4ca1aadd96a91 Mon Sep 17 00:00:00 2001 From: Melonai Date: Fri, 7 May 2021 17:11:50 +0200 Subject: Initial structure --- lib/rook.ex | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/rook.ex (limited to 'lib/rook.ex') diff --git a/lib/rook.ex b/lib/rook.ex new file mode 100644 index 0000000..9bc30ab --- /dev/null +++ b/lib/rook.ex @@ -0,0 +1,9 @@ +defmodule Rook do + @moduledoc """ + Rook 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 1.4.1