View Source mix uniform.gen.app (Uniform v0.6.0)
Generates an uniform.exs
file so that the given app can be ejected with mix uniform.eject
.
usage
Usage
$ mix uniform.gen.app some_app_name
Created lib/some_app_name/uniform.exs
Running that command will create lib/some_app_name/uniform.exs
, which will
allow you to run
$ mix uniform.eject some_app_name