Skip to content

Tobjoern/create-gcloud-function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-gcloud-function

Basic template to create google cloud function

Npm scripts

npm run watch

Start watching ts files in ./src, to automatically compile to ./build

npm run start

Start function locally

npm run deploy

Deploy to gcp cloud

I recommend creating the following script inside /usr/local/bin/create-gcloud-function

#!/bin/bash
git clone [email protected]:Tobjoern/create-gcloud-function.git $1
cd ./$1

#remove git repository
rm -rf ./.git

#remove README.md
unlink README.md

npm i

code .

This way you can call create-gcloud-function , from everywhere to jumpstart your development!

Regards

About

Basic template to create google cloud function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published