https://github.com/nicholasjhenry/widget-inc
A port to Elixir of the examples from "Domain Modeling Made Functional"
https://github.com/nicholasjhenry/widget-inc
book domain-driven-design elixir professional-development
Last synced: 3 months ago
JSON representation
A port to Elixir of the examples from "Domain Modeling Made Functional"
- Host: GitHub
- URL: https://github.com/nicholasjhenry/widget-inc
- Owner: nicholasjhenry
- Created: 2017-06-03T12:00:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-03T12:52:15.000Z (almost 8 years ago)
- Last Synced: 2024-12-31T17:19:45.977Z (5 months ago)
- Topics: book, domain-driven-design, elixir, professional-development
- Language: Elixir
- Homepage: https://pragprog.com/book/swdddf/domain-modeling-made-functional
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WidgetInc
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `widget_inc` to your list of dependencies in `mix.exs`:```elixir
def deps do
[{:widget_inc, "~> 0.1.0"}]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/widget_inc](https://hexdocs.pm/widget_inc).