Codepagex v0.1.4 Mix.Tasks.Codepagex.Unicode
This mix task wil download the source mapping files from http://unicode.org
The files should already be present in the git repository, but if necessary, this mix task may be run to refresh them.
wget
is assumed to be installed.
Some files are left out of the download process altogether, while others are
filtered by .gitignore
, depending on what seemed most practical.
Only use this when developing for Codepagex itself.
## Synopsis
$ mix codepagex.unicode
Summary
Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.