Skip to content

suchlab/package-template

Repository files navigation

Basic package template

CI

Download template

npx get-template@latest package

Features

Create a TypeScript package with the essential tools:

  1. Exports to ESM
  2. Exports to CJS
  3. Accepts tests
  4. Base class created
  5. Axios utils installed
  6. GitHub CI workflow