Current section

Files

Jump to
bluesky_ex Makefile
Raw

Makefile

build:
mix deps.get
console:
iex -S mix
docs:
mix docs
open doc/index.html
lint:
mix format
mix credo -a --strict
mix dialyzer
publish:
mix hex.publish
test-unit:
mix test