suchlab / package-template

Template for creating packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Template for creating packages


Languages

Language:TypeScript 89.5%Language:Shell 10.5%