Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.66 KB

README.md

File metadata and controls

55 lines (44 loc) · 1.66 KB

Typescript Node Boilerplate

Builds:

  • Master - Build Status - Master

Contents:

Available Scripts

  • build - compile TS
  • build:release - build esm and cjs modules
  • build:watch - interactive watch mode to automatically transpile source files
  • checkcommit - validate commit message
  • clean - remove coverage data, Jest cache and transpiled files,
  • clean-deps - remove node_modules
  • clean-generated - remove coverage and build directories and files
  • clean-logs - remove log files
  • commit - start commit
  • format - format files
  • lint - lint source files and tests,
  • nuke - clean everything
  • sort-pj - sort package.json
  • test - run tests,
  • test:watch - interactive watch mode to automatically re-run tests

Enhancements

Creating branches with different Typescript projects

  • ts-monorepo
  • ts-monorepo-serverless
  • others...