Use this template to quickly set up a typescript package with pre-configured build scripts, linting, and testing.
-
Clone this template:
git clone https://github.com/bytriska/ts-package-starter.git cd ts-package-starter -
Install pnpm (if not already installed):
corepack enable corepack prepare --activate -
Install dependencies:
pnpm install
MIT