https://github.com/tinywaves/template-typescript
A simple code template for TypeScript developing.
https://github.com/tinywaves/template-typescript
starter template typescript
Last synced: 10 months ago
JSON representation
A simple code template for TypeScript developing.
- Host: GitHub
- URL: https://github.com/tinywaves/template-typescript
- Owner: tinywaves
- License: mit
- Created: 2024-10-29T08:27:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T07:10:57.000Z (about 1 year ago)
- Last Synced: 2025-02-01T12:12:49.450Z (12 months ago)
- Topics: starter, template, typescript
- Language: TypeScript
- Homepage:
- Size: 190 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-typescript
A simple code template for TypeScript developing.
use:
1. [`tsup`](https://tsup.egoist.dev/) for file compiling.
2. [`tsx`](https://tsx.is/) for file execution and content change monitoring.
3. [`ESLint`](https://eslint.org/) for code formatting and linting. And also use my personal [`eslint-config`](https://github.com/tinywaves/eslint-config) for linting rules.
4. Auto GitHub workflows for new version.
5. [`Vitest`](https://vitest.dev/) for unit testing.