Skip to content

xsynaptic/astro-lab

Repository files navigation

astro-lab

A personal monorepo of reusable packages for my Astro projects, published to npm under the @xsynaptic scope. Most are framework-agnostic (unified plugins, an ESLint config, image-URL tooling). Not built for wide public use, just published so my own projects can install them instead of copying source around.

Packages

Development

pnpm install      # install dependencies and build every package
pnpm build        # rebuild packages (tsdown -> dist)
pnpm test         # run all tests (vitest)
pnpm check        # lint, type-check, format, and knip

Releasing

Versioning and publishing are managed by changesets:

pnpm changeset          # describe a change + pick semver bumps
pnpm version-packages   # apply bumps and update changelogs
pnpm release            # build all, then publish changed packages to npm

About

A library of plugins, utilities, and configs for use with Astro

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages