henryhale / ts-library

🛠️ A starter template for typescript-based library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-library

A starter template for typescript-based library

Development

To get started with development, follow these steps:

Prerequisites

Setup

  1. Use this template or Clone this repository: git clone https://github.com/henryhale/ts-library.git
  2. Navigate to the project directory: cd ts-library
  3. Install dependencies: pnpm install
  4. Start the development server: pnpm dev

Building the Library

To build the library, run pnpm build

This will generate the production-ready distribution files in the dist directory.

License

Released under MIT License

About

🛠️ A starter template for typescript-based library

License:MIT License


Languages

Language:JavaScript 72.4%Language:TypeScript 15.3%Language:Shell 12.4%