Current section
Files
Jump to
Current section
Files
bluesky_ex
Makefile
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