Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmitchinson/typescript-node-starter
Typescript with eslint + prettier, jest / coverage reporting, watch scripts, env config pattern.
https://github.com/bmitchinson/typescript-node-starter
eslint prettier starter typescript
Last synced: 8 days ago
JSON representation
Typescript with eslint + prettier, jest / coverage reporting, watch scripts, env config pattern.
- Host: GitHub
- URL: https://github.com/bmitchinson/typescript-node-starter
- Owner: bmitchinson
- Created: 2020-06-06T17:22:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T00:42:49.000Z (over 1 year ago)
- Last Synced: 2025-01-16T07:01:59.452Z (11 days ago)
- Topics: eslint, prettier, starter, typescript
- Language: TypeScript
- Homepage: http://mitchinson.dev
- Size: 1.25 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Typescript Node Starter
[bmitchinson/ts-node-starter](https://github.com/bmitchinson/ts-node-starter)
- typescript configuration + tsnode
- jest with coverage + class mocking
- eslint with prettier
- watch + dev scripts
- .env configuration validation + import patternNode 16 at time of writing. Check .nvmrc
### Tests
Mocking utilizing the following class mock patterns: https://mitchinson.dev/jest-typescript-mocks/