/ts-pkg

Boilerplate to create npm packages in TypeScript.

Primary LanguageTypeScriptMIT LicenseMIT

ts-pkg

This is a Boilerplate to create npm packages in TypeScript.

build package and run tests

Usage

Install all (dev-)dependencies by running the following.

  pnpm i

Make sure husky is being installed too.

  pnpm run prepare


And off we go …

Build this project with the following.

  pnpm run build