Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 512 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 512 Bytes

CookieCutter Cloud Functions

A cookiecutter template for python projects intended to be deployed to Google Cloud Functions. cookiecutter

Using CookieCutter for your project

$ pip install cookiecutter
$ cookiecutter https://github.com/eliiza/cookiecutter-gcloud-function.git

You will be asked about your basic info (name, project name, app name, etc.). This info will be used in your new project.