Skip to content

Latest commit

 

History

History
25 lines (10 loc) · 185 Bytes

DEVELOPING.md

File metadata and controls

25 lines (10 loc) · 185 Bytes

On new project

	mix setup

Open shell

	iex  --cookie asdf -S mix

Test

	mix test

Before commit (format + credo + dialyzer):

	mix check

Publish to hex

	mix hex.publish