ucbi / uniform

Write less boilerplate and reuse more code in your portfolio of Elixir apps
https://hex.pm/packages/uniform
Apache License 2.0
33 stars 1 forks source link

Create init task for setting up a new codebase #21

Closed paulstatezny closed 2 years ago

paulstatezny commented 2 years ago

Usage

mix eject.init
paulstatezny commented 2 years ago

If you run mix eject before mix eject.init, it will say:

** (RuntimeError) Eject configuration is missing. Run:

    mix eject.init

Or add the following to config/config.exs.

    config :some_app, Eject, blueprint: SomeApp.Eject.Blueprint

(Change `SomeApp.Eject.Blueprint` to the name of your Blueprint module.)