You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a long period, a series of macros and functional modules emerged from this
11
-
project and our other projects, which we are gradually publishing in this library.
12
-
13
-
> **NOTICE**: Do not use the master branch; this library is under heavy development.
14
-
Expect version `0.1.3`, and for using the new features, please wait until a new release is out.
5
+
We tried to deliver a series of our client's [**CMS**](https://github.com/mishka-group/mishka-cms) built on [**Elixir**](https://elixir-lang.org/) at the start of the [**Mishka Group**](https://github.com/mishka-group) project, but we recently archived this open-source project and have yet to make plans to rework and expand it. This system was created using [**Phoenix**](https://www.phoenixframework.org/) and [**Phoenix LiveView**](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html). After a long period, a series of macros and functional modules emerged from this project and our other projects, which we are gradually publishing in this library.
6
+
7
+
> **NOTICE**: Do not use the master branch; this library is under heavy development. Expect version `0.1.6`, and for using the new features, please wait until a new release is out.
> Consider the scenario in which you are responsible for maintaining each user's access level in the database related to users.
23
+
> **It is unix like way**.
23
24
24
-
> Mishka developer tools provides some macros and modules to make creating your elixir application as easy as possible
25
+
---
25
26
27
+
> **Mishka developer tools** provides some macros and modules to make creating your elixir application as easy as possible
26
28
27
29
## Installation
28
30
@@ -31,11 +33,53 @@ defmodule MishkaDeveloperTools do
31
33
```elixir
32
34
def deps do
33
35
[
34
-
{:mishka_developer_tools, "~> 0.1.3"}
36
+
{:mishka_developer_tools, "~> 0.1.6"}
35
37
]
36
38
end
37
39
```
38
40
39
41
The docs can be found at [https://hexdocs.pm/mishka_developer_tools](https://hexdocs.pm/mishka_developer_tools).
42
+
43
+
[](https://livebook.dev/run?url=https%3A%2F%2Fgithub.com%2Fmishka-group%2Fmishka_developer_tools%2Fblob%2Fmaster%2Fguidance%2Fguarded-struct.livemd)
44
+
45
+
---
46
+
47
+
# Donate
48
+
49
+
If the project was useful for you, the only way you can donate to me is the following ways
0 commit comments