1.7.0 • Published 3 years ago

ts-node-startkit v1.7.0

Weekly downloads
204
License
MIT
Repository
-
Last release
3 years ago

CodeQL

TypeScript node starter kit

Often times I want to start a TypeScript project from scratch, but I forgot all the tooling I once set up. This leads to several hours of catching up on the latest packages and configurations for eslint, prettier, tsconfig, husky, semantic release, ...

This project is an attempt to answer the question of: How did I do it last time?

Features

This setup has several features that I like:

  • eslint and prettier playing together.
  • CI integration using GitHub Actions.
  • jest configured to play nice with TypeScript.
  • ~Yarn 2 for package management.~ It seems that the typescript package is not quite ready for .pnp.js yet.
  • Semantic release.
  • A nice tsconfig.json that I like.
  • ...

Local development

One time setup

After cloning the repository you will need to do the customary yarn install. Moreover you need to install the husky hooks husky install.

1.7.0

3 years ago

1.6.0

3 years ago

1.4.2

3 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago