https://github.com/colbywhite/typescript-template
https://github.com/colbywhite/typescript-template
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/colbywhite/typescript-template
- Owner: colbywhite
- Created: 2021-12-29T22:28:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T02:14:22.000Z (about 2 years ago)
- Last Synced: 2025-01-30T00:33:46.586Z (4 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-template by [Colby M. White]
This is my preferred starting template for a vanilla typescript project
with what I consider a sane set of starting settings.It contains the following:
- Basic Hello, World script
- Sane npm scripts
- `dotenv` support[Colby M. White]: https://github.com/colbywhite/