{"id":51475085,"url":"https://github.com/xsynaptic/astro-lab","last_synced_at":"2026-07-06T20:01:00.038Z","repository":{"id":362947063,"uuid":"1261313743","full_name":"xsynaptic/astro-lab","owner":"xsynaptic","description":"A library of plugins, utilities, and configs for use with Astro","archived":false,"fork":false,"pushed_at":"2026-06-18T08:23:35.000Z","size":1634,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-18T10:17:08.720Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xsynaptic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-06T14:18:55.000Z","updated_at":"2026-06-18T08:23:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/xsynaptic/astro-lab","commit_stats":null,"previous_names":["xsynaptic/astro-lab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xsynaptic/astro-lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsynaptic%2Fastro-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsynaptic%2Fastro-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsynaptic%2Fastro-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsynaptic%2Fastro-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xsynaptic","download_url":"https://codeload.github.com/xsynaptic/astro-lab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsynaptic%2Fastro-lab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35204409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-06T20:00:59.468Z","updated_at":"2026-07-06T20:01:00.032Z","avatar_url":"https://github.com/xsynaptic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# astro-lab\n\nA 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.\n\n## Packages\n\n- [`@xsynaptic/astro-build-logger`](packages/astro-build-logger): Astro integration that logs build duration, page count, and output size to JSONL\n- [`@xsynaptic/eslint-config`](packages/eslint-config): ESLint flat-config factory for TypeScript projects\n- [`@xsynaptic/rehype-wrap-cjk`](packages/rehype-wrap-cjk): rehype plugin to wrap CJK character runs for styling\n- [`@xsynaptic/remark-auto-import`](packages/remark-auto-import): remark plugin that auto-imports components into MDX\n- [`@xsynaptic/remark-image-import`](packages/remark-image-import): remark plugin that auto-imports a component's image sources in MDX\n- [`@xsynaptic/remark-img-group`](packages/remark-img-group): remark plugin that validates and stamps MDX ImgGroup/Img layout (reference implementation)\n- [`@xsynaptic/satteri-auto-import`](packages/satteri-auto-import): Sätteri mdast plugin that injects ESM imports into MDX\n- [`@xsynaptic/satteri-img-group`](packages/satteri-img-group): Sätteri mdast plugin that stamps ImgGroup/Img layout context\n- [`@xsynaptic/satteri-wrap-cjk`](packages/satteri-wrap-cjk): Sätteri hast plugin to wrap CJK character runs for styling\n- [`@xsynaptic/stylelint-config`](packages/stylelint-config): shared Stylelint config for Astro projects using Tailwind CSS v4\n- [`@xsynaptic/unified-tools`](packages/unified-tools): remark/rehype/retext pipelines for markup and text\n- [`@xsynaptic/unpic-imagor`](packages/unpic-imagor): unpic URL provider for the imagor image server\n- [`@xsynaptic/word-count`](packages/word-count): fast, dependency-free multilingual word counter\n\n## Development\n\n```sh\npnpm install      # install dependencies and build every package\npnpm build        # rebuild packages (tsdown -\u003e dist)\npnpm test         # run all tests (vitest)\npnpm check        # report-only: prettier check, lint, type-check, knip\npnpm fix          # auto-fix: prettier write + eslint --fix, then type-check + knip\n```\n\n## Releasing\n\nVersioning and publishing are managed by [changesets](https://github.com/changesets/changesets):\n\n```sh\npnpm changeset          # describe a change + pick semver bumps\npnpm changeset version  # apply bumps and update changelogs\npnpm release            # build all, then publish changed packages to npm\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxsynaptic%2Fastro-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxsynaptic%2Fastro-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxsynaptic%2Fastro-lab/lists"}