https://github.com/keathley/weirding
Random Text Generator
https://github.com/keathley/weirding
elixir
Last synced: over 1 year ago
JSON representation
Random Text Generator
- Host: GitHub
- URL: https://github.com/keathley/weirding
- Owner: keathley
- License: mit
- Created: 2019-06-06T01:56:20.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T04:27:41.000Z (over 4 years ago)
- Last Synced: 2024-05-01T12:25:52.906Z (about 2 years ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 5.04 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Weirding
Weirding offers the best in class solution for generating tons of absurd text for your
elixir project.
```elixir
iex> Weirding.words()
=> "Holograms twisted her eyes. An uncomfortable stirring sounded genuinely
happy. Case put aside to the lift of the blasphemy pouring her call it. Yueh
stiffened, whirled away \"I didn’t remember it safe distance. And to a watch
these garments\" the man shrugged."
```
## Why?
Why not?
## Why is compilation slow?
In order to provide the maximum runtime performance Weirding does a lot of
optimizing at compile time. This results in some additional compile time.
## Should I use this in production?
I don't know why you would but I'm not going to tell you how to live your life.
## Installation
```elixir
def deps do
[
{:weirding, "~> 0.2"},
]
end
```