Packages

This Erlang port of mohan-cao's owoify-js is released under MIT license, which is also the same license of owoify-js. This simple library will turn any string into nonsensical babyspeak similar to what LeafySweet's infamous Chrome extension did.

Current section

Files

Jump to
owoify_erl rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{ex_doc, [
{source_url, "https://github.com/deadshot465/owoify_erl"}
]}.
{hex, [{doc, ex_doc}]}.