Skip to content

Instantly share code, notes, and snippets.

@m-x-k
Created May 15, 2017 12:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save m-x-k/a849a8b7d2da0f54dc35c4fb9b42983d to your computer and use it in GitHub Desktop.
Save m-x-k/a849a8b7d2da0f54dc35c4fb9b42983d to your computer and use it in GitHub Desktop.
cookiecutter commands: setup new basic projects
alias new-springboot-app='cookiecutter https://github.com/m-x-k/cookiecutter-spring-boot'
alias new-python-app='cookiecutter https://github.com/m-x-k/cookiecutter-python-flask'
alias new-react-app='cookiecutter https://github.com/m-x-k/cookiecutter-react'
alias new-java-app='cookiecutter https://github.com/m-x-k/cookiecutter-java'
alias new-elm-app='cookiecutter https://github.com/m-x-k/cookiecutter-elm'
alias new-scala-app='cookiecutter https://github.com/m-x-k/cookiecutter-scala'
alias new-golang-app='cookiecutter https://github.com/m-x-k/cookiecutter-golang'
alias new-play-app='cookiecutter https://github.com/m-x-k/cookiecutter-play'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment