Skip to content

Instantly share code, notes, and snippets.

@pyar6329
Created October 24, 2017 02:24
Show Gist options
  • Save pyar6329/9654ba61d3431d767908a93c96fe91a7 to your computer and use it in GitHub Desktop.
Save pyar6329/9654ba61d3431d767908a93c96fe91a7 to your computer and use it in GitHub Desktop.
phoenix project generator
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