Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/henryhale/ts-library
- Owner: henryhale
- License: mit
- Created: 2023-10-14T20:18:28.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-06T06:29:41.000Z (5 months ago)
- Last Synced: 2024-07-30T19:59:15.343Z (4 months ago)
- Topics: auto-changelog, henryhale, husky, library, lint-staged, pnpm, prettier, release-it, rollup, starter-template, ts, ts-lib-starter, ts-library, typescript
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)