https://github.com/fitri-hy/calculator-elixir
Simple application Calculator CLI using Erlang and Elixir.
https://github.com/fitri-hy/calculator-elixir
calculator cli elixir elixir-lang
Last synced: 11 months ago
JSON representation
Simple application Calculator CLI using Erlang and Elixir.
- Host: GitHub
- URL: https://github.com/fitri-hy/calculator-elixir
- Owner: fitri-hy
- License: mit
- Created: 2024-05-11T04:24:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T04:25:27.000Z (about 2 years ago)
- Last Synced: 2025-06-20T23:08:01.354Z (about 1 year ago)
- Topics: calculator, cli, elixir, elixir-lang
- Language: Elixir
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator CLI Elixir
Simple application Calculator CLI using Erlang and Elixir.
## Erlang
- Download: https://www.erlang.org/downloads
- Dicumentations: https://www.erlang.org/doc/
## Elixir
- Download & Install: https://elixir-lang.org/install.html
## Verify Installation
After installation, open your terminal and type the following command to verify the installation:
```
erl -v
elixir --version
```
You will see Erlang and Elixir version information if the installation is successful.
## Instalation Project
```
git clone https://github.com/fitri-hy/calculator-elixir.git
cd calculator-elixir
mix run -e Start.run
```