Skip to content

A library template for using Typescript to create a javascript module and compatible commonjs

Notifications You must be signed in to change notification settings

cmsonfire/cms-library-template

Repository files navigation

@cmsonfire/cms-library-template

Uses:

  • Typescript
  • pnpm
  • tsup
  • Changesets 📐

Created by the following

pnpm tsc --init

Build & Lint

"scripts": {
        "build": "tsup index.ts --format cjs,esm --dts"
    },
pnpm build
pnpm lint

Changesets (version control)

pnpm changeset init

Publishing workflow (GitHub Actions)

See .github/workflows

About

A library template for using Typescript to create a javascript module and compatible commonjs

Resources

Stars

Watchers

Forks

Packages

No packages published