Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spaceeec/crux_extensions
https://github.com/spaceeec/crux_extensions
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/spaceeec/crux_extensions
- Owner: SpaceEEC
- Created: 2019-04-05T16:05:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T12:07:57.000Z (over 5 years ago)
- Last Synced: 2024-10-30T14:09:36.230Z (2 months ago)
- Language: Elixir
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crux.Extensions
**TODO: Add description**
## Useful links
- ~~[Documentation](https://hexdocs.pm/crux_extensions/0.1.0/)~~ Once released
- [Github](https://github.com/SpaceEEC/crux_extensions/)
- ~~[Changelog](https://github.com/SpaceEEC/crux_extensions/releases/tag/0.1.0/)~~ Once released
- [Umbrella Development Documentation](https://crux.randomly.space/Crux.Extensions.html)## Installation
The library can be installed by adding `crux_extensions` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:crux_extensions, git: "https://github.com/spaceeec/crux_extensions"}
]
end
```