Packages

Project repository template to set up all public Phoenix projects at Nimble

Retired package: Renamed - Rename to nimble_template

Current section

Files

Jump to
nimble_phx_gen_template priv templates nimble.phx.gen.template bin start.sh.eex
Raw

priv/templates/nimble.phx.gen.template/bin/start.sh.eex

#!/bin/sh
bin/<%= otp_app %> eval "<%= base_module %>.ReleaseTasks.migrate()"
bin/<%= otp_app %> start