Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/henryhale/ts-library

🛠️ A starter template for typescript-based library
https://github.com/henryhale/ts-library

auto-changelog henryhale husky library lint-staged pnpm prettier release-it rollup starter-template ts ts-lib-starter ts-library typescript

Last synced: 3 days ago
JSON representation

🛠️ A starter template for typescript-based library

Awesome Lists containing this project

README

        

# ts-library
A starter template for typescript-based library

## Development

To get started with development, follow these steps:

### Prerequisites

- [Node.js](https://nodejs.org) (>=18)
- [pnpm](https://pnpm.io/) (>=8)

### 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](./LICENSE.md)