ExploreAstApp
June 27, 2022 ยท View on GitHub
A plug app for exploring ast.
Source Code Ref:
Get Deps
HEX_MIRROR=https://cdn.jsdelivr.net/hex mix deps.get
Start Service (DEV-env)
mix run --no-halt
Run Tests
mix test
# Get unit test coverage
mix coveralls.html
Build App
MIX_ENV=prod mix distillery.release