Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 606 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 606 Bytes

TalkLikeAX

TODO: Add description

Installation

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

def deps do
  [
    {:talk_like_a_x, "~> 0.0.2"}
  ]
end

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

Running Linting

Run credo for refactoring and syntax issues

mix credo