Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 949 Bytes

File metadata and controls

24 lines (15 loc) · 949 Bytes

esbuild-typescript-library-template

A template for building a library through typescript and bundling it through esbuild.

Uses PNPM, Biome, and Github Actions for CI/CD.

npm bundle size npm node-current npm

Getting started

  1. git clone [email protected]:spa5k/esbuild-typescript-library-template.git my-project
  2. cd my-project
  3. pnpm install

Releasing

This uses manual release, go to actions tab and trigger the type of release you want (Major, Minor, Patch)

Visualization of this Repo.