Skip to content

peroksid/unidecode_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unidecode_data

one-off rebar3 plugin preparing data modules for unidecode.

Build

$ rebar3 compile

Use

Add the plugin to your rebar config:

{plugins, [
    { unidecode_data, ".*", {git, "git@host:user/unidecode_data.git", {tag, "0.1.0"}}}
]}.

Then just call your plugin directly in an existing application:

$ rebar3 unidecode_data
===> Fetching unidecode_data
===> Compiling unidecode_data
<Plugin Output>

Plugin creates of modules in ./src/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages