项目作者: expede

项目描述 :
Elixir project starter kit
高级语言: Elixir
项目地址: git://github.com/expede/starter_kit.git
创建时间: 2017-05-13T07:28:01Z
项目社区:https://github.com/expede/starter_kit

开源协议:MIT License

下载


StarterKit

TODO: Add description

Installation

If available in Hex, the package can be installed
by adding starter_kit to your list of dependencies in mix.exs:

  1. def deps do
  2. [{:starter_kit, "~> 0.1.0"}]
  3. end

Documentation can be generated with ExDoc
and published on HexDocs. Once published, the docs can
be found at https://hexdocs.pm/starter_kit.

Code Quality

  • Docs: mix docs && open ./doc/index.html
  • Specs: mix test
  • Lint: mix credo --strict
  • Static Analysis: mix dialyzer
  • Quality checks: MIX_ENV=test mix quality