Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 716 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 716 Bytes

typescript-nodejs-template

Simple put a boilerplate node.js module using TypeScript and the latest preferred configuration.

To create a copy for a new project

Use github "Use this Template" button or

git clone https://github.com/ampretia/library-typescript-boilerplate.git <project_name>

Coding

  • Source code (typescript) goes into src
  • This is using ESM modules
  • Jest is used for testing
  • Husky for checking covential commits are used

Resources used

"If I've seen further it's because I've stood on the shoulders of giants"

This is based on an OpenSource version that I wrote for personal projects