Mix.Tasks.Phoenix.Gen.Jumpstart
Generates a repo and database config
mix phoenix.gen.jumpstart
## Command line options
--repo=RepoName
- Generates a repo with given name. Default is AppName.Repo--postgres-url=postgres_url
- Overrides postgres setings.## Examples
mix phoenix.gen.jumpstart —repo=MyApp.Repo mix phoenix.gen.jumpstart —postgres-url=ecto://postgres:postgres@localhost/ecto_test
Summary↑
run(opts) | Callback implementation of |
Functions
Callback implementation of Mix.Task.run/1
.