bschlenk / node-typescript-jest-boilerplate

The boilerplate for a node server or library written in typescript, using jest for testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create "opinionated" branch

bschlenk opened this issue · comments

Create branch with more opinionated setup:

  • prettier config & format on commit w/ husky
  • commitlint setup for config-conventional
  • semantic-release or standard-version setup

Include instructions on how to clone this branch & what it configures.

I ended up adding a lot of this directly in master. This repo is ultimately for my use case, and I always want to set up these tools.