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, []}.
{format, [
{files, ["src/**/*.erl", "include/**/*.hrl", "includes/**/*.hrl"]},
{ignore, ["src/**/*_ignore.erl", "src/ignored_file_config.erl"]},
{formatter, erlfmt_formatter}, %% The erlfmt formatter interface.
{options, #{print_width => 100, ignore_pragma => true}} %% ...or no options at all.
]}.
{ex_doc, [
{source_url, "https://github.com/deadshot465/owoify_erl"}
]}.
{hex, [{doc, ex_doc}]}.