Created
October 24, 2017 02:24
-
-
Save pyar6329/9654ba61d3431d767908a93c96fe91a7 to your computer and use it in GitHub Desktop.
phoenix project generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function new_phoenix(){ | |
mix archive.install --force https://github.com/phoenixframework/archives/raw/master/phx_new.ez | |
mix phx.new $1 --no-brunch --no-ecto --no-html --binary-id | |
} | |
new_phoenix foobar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment