mirror of
https://github.com/sloanelybutsurely/typeid-elixir.git
synced 2025-06-07 19:42:54 -04:00
248 B
248 B
Contributing to TypeID Elixir
Setup your environment
- Install required toolchain using asdf
- Add your code changes
- Verify tests pass:
mix test
- Format or verify the formatting of your changes:
mix format