DEV Community

Cris Mihalache
Cris Mihalache

Posted on

A Modern Node.JS TypeScript Lib Template

Today, I put together a template repo for new Node.JS projects written in TypeScript that uses a standard set of utilities such as TypeDoc, mocha, nyc, ESLint, and more.

It provides a strict configuration and is fairly opinionated, but I think it results in less time spent writing boilerplate code and serves as a clean base to build upon.

I wrote a blog post about it, and would love any feedback, comments, or suggestions.

The repo is here: f3rno64/node-ts-lib-template

Top comments (0)