Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mandarvaze/hemingway_lorem
Lorem Ipsum style random text generator library for elixir based on the works of Hemingway
https://github.com/mandarvaze/hemingway_lorem
elixir elixir-library lorem-ipsum-generator
Last synced: 11 days ago
JSON representation
Lorem Ipsum style random text generator library for elixir based on the works of Hemingway
- Host: GitHub
- URL: https://github.com/mandarvaze/hemingway_lorem
- Owner: mandarvaze
- License: mit
- Created: 2019-07-10T13:26:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T14:11:37.000Z (over 5 years ago)
- Last Synced: 2024-10-30T16:55:49.481Z (17 days ago)
- Topics: elixir, elixir-library, lorem-ipsum-generator
- Language: Elixir
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HemingwayLorem
Lorem Ipsum style random text generator based on the (public domain) writings of
Ernest Hemingway.Inspired by [Harry Potter
Ipsum](https://github.com/ananyaneogi/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.## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `hemingway_lorem` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:hemingway_lorem, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/hemingway_lorem](https://hexdocs.pm/hemingway_lorem).