Lorem Ipsum style random text generator based on the (public domain) writings of Ernest Hemingway.
Inspired by Harry Potter Ipsum While the idea of hp-ipsum is nice, I wonder if there may be copyright issue. (I know fair use and all, still..) So I decided to create one from the public domain text. Hemingway was the first name that come to mind.
If available in Hex, the package can be installed
by adding hemingway_lorem
to your list of dependencies in mix.exs
:
def deps do
[
{:hemingway_lorem, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/hemingway_lorem.