https://github.com/cao7113/ehelper
mix helper tasks in archive
https://github.com/cao7113/ehelper
elixir helper task
Last synced: 5 months ago
JSON representation
mix helper tasks in archive
- Host: GitHub
- URL: https://github.com/cao7113/ehelper
- Owner: cao7113
- Created: 2023-06-25T08:20:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-17T03:02:13.000Z (5 months ago)
- Last Synced: 2026-01-17T14:34:55.534Z (5 months ago)
- Topics: elixir, helper, task
- Language: Elixir
- Homepage:
- Size: 258 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Ehelper
[](https://github.com/cao7113/ehelper/actions/workflows/ci.yml)
[](https://github.com/cao7113/ehelper/actions/workflows/release.yml)
[](https://hex.pm/packages/ehelper)
Elixir/Erlang daily helpers and learning playground.
NOTE: mainly used as archive and global utils in .iex.exs, no other dependecies required except elixir!!
## Usage
```
export MIX_DEBUG=1
mix h.hc https://api.github.com/repos/elixir-lang/elixir
```
## Check ehelper archive in your project
```
# in mix.exs project/0
archives: [{:ehelper, "~> 0.2"}]
```
## Install
```bash
mix archive.install hex ehelper --force
mix h
mix local
## locally install or update
mix up
```
## Similar projects
- https://github.com/membraneframework/bunch
- [Other old ehelper, intresting?](https://github.com/philosophers-stone/ehelper)