{"id":51417961,"url":"https://github.com/padosoft/ts-support","last_synced_at":"2026-07-04T22:00:24.011Z","repository":{"id":366807211,"uuid":"1036084801","full_name":"padosoft/ts-support","owner":"padosoft","description":"common type, config, settings for ts project","archived":false,"fork":false,"pushed_at":"2026-07-04T13:19:44.000Z","size":629,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-04T15:08:29.194Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/padosoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-08-11T14:33:26.000Z","updated_at":"2026-07-04T13:19:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/padosoft/ts-support","commit_stats":null,"previous_names":["padosoft/ts-support"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/padosoft/ts-support","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padosoft%2Fts-support","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padosoft%2Fts-support/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padosoft%2Fts-support/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padosoft%2Fts-support/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/padosoft","download_url":"https://codeload.github.com/padosoft/ts-support/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padosoft%2Fts-support/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35136712,"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-04T02:00:05.987Z","response_time":113,"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-04T22:00:15.809Z","updated_at":"2026-07-04T22:00:24.002Z","avatar_url":"https://github.com/padosoft.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ts-support\n\nA monorepo of TypeScript support packages for padosoft projects: shared configurations, typed utilities, a modular logger, React hooks, and typed OpenAPI client helpers.\n\n## Packages\n\n| Package | Version | Description |\n|---------|---------|-------------|\n| [`@padosoft/config`](packages/config) | [![npm](https://img.shields.io/npm/v/@padosoft/config)](https://www.npmjs.com/package/@padosoft/config) | Shared TypeScript, Biome, and tsdown configurations |\n| [`@padosoft/utilities`](packages/utilities) | [![npm](https://img.shields.io/npm/v/@padosoft/utilities)](https://www.npmjs.com/package/@padosoft/utilities) | Typed query helpers, Configuration store, Zod utils, and type helpers |\n| [`@padosoft/react`](packages/react) | [![npm](https://img.shields.io/npm/v/@padosoft/react)](https://www.npmjs.com/package/@padosoft/react) | React hooks and HOC utilities (`useConfig`, `composeHOCs`, …) |\n| [`@padosoft/logger`](packages/logger) | [![npm](https://img.shields.io/npm/v/@padosoft/logger)](https://www.npmjs.com/package/@padosoft/logger) | Modular logger with transports, plugins, and framework adapters |\n| [`@padosoft/openapi-client`](packages/openapi-client) | [![npm](https://img.shields.io/npm/v/@padosoft/openapi-client)](https://www.npmjs.com/package/@padosoft/openapi-client) | Typed base client for openapi-fetch with middleware support |\n| [`@padosoft/zod-to-openapi-client`](packages/zod-to-openapi-client) | [![npm](https://img.shields.io/npm/v/@padosoft/zod-to-openapi-client)](https://www.npmjs.com/package/@padosoft/zod-to-openapi-client) | Convert zod-to-openapi route collections into typed openapi-fetch Paths |\n\n## Requirements\n\n- [Bun](https://bun.sh) \u003e= 1.2.20\n- Node \u003e= 22.18.0\n\n## Development\n\n```bash\n# Install dependencies\nbun install\n\n# Build all packages\nbun run build\n\n# Type-check all packages\nbun run ts:check\n\n# Lint\nbun run lint\nbun run lint:fix\n```\n\n## Publishing\n\nReleases are managed with [Changesets](https://github.com/changesets/changesets).\n\n```bash\n# 1. Create a changeset describing what changed\nbun changeset\n\n# 2. Version packages and publish to npm\nbun run publish-packages\n```\n\nChangeset bump levels: `patch` for bug fixes, `minor` for new features, `major` for breaking changes. See [CLAUDE.md](CLAUDE.md) for contribution rules.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadosoft%2Fts-support","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpadosoft%2Fts-support","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadosoft%2Fts-support/lists"}