typescript-cloud-function-template
A template for building and deploying functions in Typescript on Google Cloud with tests
File Explorer
- auto-merge.yml
- ci.yml
- dependabot.yml
- index.ts
- index.test.ts
- .gcloudignore
- .gitignore
- .npmrc
- cloudbuild.yaml
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
npm start
View Details ▼
npm start
This command is an alias of `npm run start`.
tldr npm run
View documentation for the original command:
npm test
View Details ▼
npm test
This command is an alias of `npm run test`.
tldr npm run
View documentation for the original command:
// repository documentation
Was this content helpful?
(0 ratings)
