Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 604 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 604 Bytes

Typescript Template

This is a template for my TypeScript projects. This is very opinionated but feel free to use it as a starting point for your own projects.

Tools

  • Typescript
  • Jest (with ts-jest)
  • Eslint
  • Prettier

Steps taken to create this template

  1. Create repo with readme, gitignore (Node template) and license from github
  2. yarn init -y
  3. yarn add -D typescript & yarn tsc --init
  4. yarn add -D jest ts-jest @types/jest & yarn ts-jest config:init
  5. yarn add -D prettier & add config
  6. yarn add -D eslint & yarn eslint --init
  7. add some source and test files