Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

Repository files navigation

astro-font-devtools

Important

This repository has moved and is archived. @xsynaptic/astro-font-devtools now lives in the astro-lab monorepo at packages/astro-font-devtools. The npm package name is unchanged; new releases (0.5.0 onward) ship from astro-lab. File issues and PRs there. The code here is frozen at 0.4.1 for history.

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

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages