https://github.com/colbywhite/typescript-netlify-function-template
https://github.com/colbywhite/typescript-netlify-function-template
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/colbywhite/typescript-netlify-function-template
- Owner: colbywhite
- Created: 2022-01-03T21:33:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T21:41:33.000Z (almost 4 years ago)
- Last Synced: 2025-01-30T00:33:46.572Z (11 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-netlify-function-template by [Colby M. White]
This is my preferred starting template for a vanilla netlify function with typescript
with what I consider a sane set of starting settings.
It contains the following:
- Basic Hello, World function response
- Sane npm scripts
- `dotenv` support
[Colby M. White]: https://github.com/colbywhite/