Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 422 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 422 Bytes

@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