From fb01bbb290d37f491d603bdf015d994a39e153c7 Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Mon, 21 Apr 2025 10:26:21 +0200 Subject: Init --- lib/nulla.ex | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/nulla.ex (limited to 'lib/nulla.ex') diff --git a/lib/nulla.ex b/lib/nulla.ex new file mode 100644 index 0000000..ceb0132 --- /dev/null +++ b/lib/nulla.ex @@ -0,0 +1,9 @@ +defmodule Nulla do + @moduledoc """ + Nulla 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