A starter template for typescript-based library
To get started with development, follow these steps:
- Use this template or Clone this repository:
git clone https://github.com/henryhale/ts-library.git
- Navigate to the project directory:
cd ts-library
- Install dependencies:
pnpm install
- Start the development server:
pnpm dev
To build the library, run pnpm build
This will generate the production-ready distribution files in the dist
directory.
Released under MIT License