https://github.com/arcblock/dynamic_module
module generation for various purpose.
https://github.com/arcblock/dynamic_module
Last synced: 8 months ago
JSON representation
module generation for various purpose.
- Host: GitHub
- URL: https://github.com/arcblock/dynamic_module
- Owner: ArcBlock
- License: mit
- Created: 2019-01-22T15:26:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T00:00:35.000Z (almost 7 years ago)
- Last Synced: 2025-09-21T05:33:28.468Z (9 months ago)
- Language: Elixir
- Size: 14.6 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DynamicModule
Dynamic module generation, used by utility_belt and goldorin.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `dynamic_module` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:dynamic_module, "~> 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/dynamic_module](https://hexdocs.pm/dynamic_module).