Skip to content
/ ts-pkg Public template

Boilerplate to create npm packages in TypeScript.

License

Notifications You must be signed in to change notification settings

lucagoslar/ts-pkg

Repository files navigation

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