Packages

mix task for writing conventional commits

Current section

Files

Jump to
conventional_commits lib conventional_commits.ex
Raw

lib/conventional_commits.ex

defmodule ConventionalCommits do
@moduledoc """
Documentation for `ConventionalCommits`.
"""
@doc """
Hello world.
## Examples
iex> ConventionalCommits.hello()
:world
"""
def hello do
:world
end
end