InnerCotton

Elixir Lint & test collection.

Hex.pm

Installation

Add inner_cotton to your list of dependencies in mix.exs:

def deps do
  [{:inner_cotton, "~> 0.1", only: [:dev, :test]}]
  # [{:inner_cotton, github: "ne-sachirou/inner_cotton", only: [:dev, :test]}]
end

& mix deps.get.

List

mix cotton.lint

runs all checks. Now InnerCotton runs :

Test

InnerCotton installs PropCheck in your project. You can use it in your test.

CONTRIBUTING

mix cotton.lint
mix test