Packages

Tools to format paragraphs, lists and tables as plain text

Current section

Files

Jump to
Raw

mix.exs

defmodule StdoutFormatter.MixProject do
use Mix.Project
def project do
[
app: :stdout_formatter,
description: "Tools to format paragraphs, lists and tables as plain text",
version: "0.2.3",
language: :erlang,
deps: []
]
end
end