Skip to content

xsynaptic/astro-font-devtools

Repository files navigation

astro-font-devtools

Monorepo for @xsynaptic/astro-font-devtools, an Astro dev toolbar app for browsing fonts (Google, Fontsource, Bunny, Fontshare) and previewing them live on your site. See the package README for usage.

Layout

Development

pnpm install      # install dependencies and build the package
pnpm build        # rebuild the package (tsdown -> dist)
pnpm playground   # run the playground against the local workspace package
pnpm test         # run unit tests (vitest)
pnpm test:e2e     # run end-to-end tests (playwright, drives the playground)
pnpm check        # report-only: prettier check, lint, type-check, knip
pnpm fix          # auto-fix: prettier write + eslint --fix, then type-check + knip

Releasing

Versioning and publishing are managed by changesets:

pnpm changeset          # describe a change + pick a semver bump
pnpm changeset version  # apply the bump and update CHANGELOG.md
pnpm release            # check, build, then publish to npm and tag

About

An Astro dev toolbar plugin for previewing fonts from Google, Fontsource, Bunny, and Fontshare live on your site.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors