ExUtils
:zap: Collection of Awesome Elixir shortcuts and utilities :zap:
(Still a Work in Progress :stuck_out_tongue:)
Installation
def deps do
[{:ex_utils, "~> 0.1.2"}]
end
Or if you want the latest stuff:
def deps do
[{:ex_utils, git: "https://github.com/sheharyarn/ex_utils.git"}]
end
Roadmap
- [x] Write missing Tests and Documentation
- [ ] Provide better integration with core Elixir Modules
- [ ] Keep adding more awesome shortcuts and utilities
Contributing
- Fork, Enhance, Send PR
- Lock issues with any bugs or feature requests
- Implement something from Roadmap
- Spread the word
License
This package is available as open source under the terms of the MIT License.