Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 526 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 526 Bytes

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