https://github.com/uesteibar/decorator_function_head
https://github.com/uesteibar/decorator_function_head
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uesteibar/decorator_function_head
- Owner: uesteibar
- Created: 2020-04-29T10:09:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T10:12:54.000Z (about 5 years ago)
- Last Synced: 2025-01-11T11:47:49.498Z (4 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DecoratorFunctionHead
Repo to reproduce a bug in the [decorator](https://github.com/arjan/decorator) elixir library.
To run it:
```
git clone [email protected]:uesteibar/decorator_function_head.git
cd ./decorator_function_head
mix deps.get
mix test
```