https://github.com/expede/starter_kit
Elixir project starter kit
https://github.com/expede/starter_kit
elixir elixir-lang starter-kit
Last synced: 4 months ago
JSON representation
Elixir project starter kit
- Host: GitHub
- URL: https://github.com/expede/starter_kit
- Owner: expede
- License: mit
- Created: 2017-05-13T07:28:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T07:30:06.000Z (about 8 years ago)
- Last Synced: 2025-02-02T10:43:13.212Z (5 months ago)
- Topics: elixir, elixir-lang, starter-kit
- Language: Elixir
- Size: 6.87 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StarterKit
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `starter_kit` to your list of dependencies in `mix.exs`:```elixir
def deps do
[{:starter_kit, "~> 0.1.0"}]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/starter_kit](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`