https://github.com/ooddaa/cron_parser
https://github.com/ooddaa/cron_parser
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ooddaa/cron_parser
- Owner: ooddaa
- Created: 2023-12-05T10:43:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T14:48:58.000Z (over 2 years ago)
- Last Synced: 2025-06-18T06:07:38.314Z (about 1 year ago)
- Language: Elixir
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CronParser
**TODO: Add description**
## Elixir/Erlang Installation
### 1. The usual way
Depending on your OS, installing Elixir should be straightforward.
Please refer to the [official Elixir Installation page](https://elixir-lang.org/install.html)
### 2. The delightful way
The best way imo is to use [asdf](https://asdf-vm.com/guide/getting-started.html), the *mighty* multiple runtime version manager.
| WHAT | HOW | NOTES |
|------|------|------|
| install Erlang asdf plugin | `$ asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git` | [github](https://github.com/asdf-vm/asdf-erlang) |
| install Elixir asdf plugin |`$ asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git`|[github](https://github.com/asdf-vm/asdf-elixir) |
| list all available versions for Erlang |`$ asdf list-all erlang`| |
| list all Elixir versions |`$ asdf list-all erlang`| |
| install Erlang `26.x` | `$ asdf install erlang 26.0.2` | I'm using `26.0.2` |
| install Elixir `1.15.x` | `$ asdf install elixir 1.15.7` | I'm using `1.15.7`|
`asdf` will find `.tool-versions` and pick up which version of Elixir/Erlang to use.
I have provided a copy in the root directory. Feel free to change its contents to your preferred version.
## Run tests
```
mix test
```
### Need help?
if in_need_of_help, do: [email me](mailto:ooddaa@gmail.com)