https://github.com/mudssrali/mix_install_examples
A collection of simple Elixir scripts that are using Mix.install/2
https://github.com/mudssrali/mix_install_examples
elixir-lang exlir mix scripts
Last synced: 3 months ago
JSON representation
A collection of simple Elixir scripts that are using Mix.install/2
- Host: GitHub
- URL: https://github.com/mudssrali/mix_install_examples
- Owner: mudssrali
- Created: 2022-04-17T20:40:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T13:04:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T06:34:37.630Z (4 months ago)
- Topics: elixir-lang, exlir, mix, scripts
- Language: Elixir
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mix Install Examples
A collection of simple Elixir scripts that are using `Mix.install/2`Note: Requires Elixir **v1.12+**
## Usage
```bash
$ elixir [script_name].exs# OR
$ iex [script_name].exs
```