/node-ts-lib-lite

A minimal and lightweight boilerplate for TypeScript Node.js libraries.

Primary LanguageTypeScriptMIT LicenseMIT

node-ts-lib-lite

A minimal and lightweight boilerplate for creating TypeScript libraries for Node.js. Includes code formatting with Prettier, testing with Vitest and Github Actions for CI.

your-library-name

Installation

npm install your-library-name

yarn add your-library-name

Example

/**
 * Your usage example goes here.
 */