Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinywaves/template-typescript
A simple code template for TypeScript developing.
https://github.com/tinywaves/template-typescript
starter template typescript
Last synced: 18 days 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T02:21:47.000Z (19 days ago)
- Last Synced: 2024-12-05T03:22:15.033Z (19 days ago)
- Topics: starter, template, typescript
- Language: TypeScript
- Homepage:
- Size: 66.4 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.