/node-lib-template

A template used to build a Node.js library in TypeScript without worrying about project configuration anymore.

Primary LanguageJavaScriptMIT LicenseMIT

node-lib-template

Semantic Versioning 2.0.0 Linux Windows made-with-javascript made-with-typescript Npm package version Npm package daily downloads Npm package license Npm package dependents

A template used to build a Node.js library in TypeScript without worrying about project configuration anymore.

Table of Contents

Prerequisites

Install dependencies

npm install

Lint the project

npm run lint

Automatically lint the project on save

npm run lint:watch

Build the project

npm run build

Automatically build the project on save

npm run build:watch

Test the project

npm test

Automatically test the project on save

npm run test:watch