{"id":30680476,"url":"https://github.com/honestjs/plugins","last_synced_at":"2026-04-01T17:51:53.736Z","repository":{"id":311809290,"uuid":"1043857298","full_name":"honestjs/plugins","owner":"honestjs","description":"Collection of plugins for HonestJS","archived":false,"fork":false,"pushed_at":"2026-03-27T17:45:01.000Z","size":301,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-28T01:46:19.155Z","etag":null,"topics":["bun","framework","honestjs","hono","nest","nestjs","node","nodejs","typescr"],"latest_commit_sha":null,"homepage":"","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/honestjs.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":"2025-08-24T19:02:53.000Z","updated_at":"2026-03-27T17:44:14.000Z","dependencies_parsed_at":"2025-08-27T01:45:55.020Z","dependency_job_id":"7f2bb3b7-a295-4526-8ddb-27f384c92390","html_url":"https://github.com/honestjs/plugins","commit_stats":null,"previous_names":["honestjs/plugins"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/honestjs/plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honestjs%2Fplugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honestjs%2Fplugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honestjs%2Fplugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honestjs%2Fplugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honestjs","download_url":"https://codeload.github.com/honestjs/plugins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honestjs%2Fplugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bun","framework","honestjs","hono","nest","nestjs","node","nodejs","typescr"],"created_at":"2025-09-01T16:04:27.513Z","updated_at":"2026-04-01T17:51:53.729Z","avatar_url":"https://github.com/honestjs.png","language":"TypeScript","readme":"# HonestJS plugins monorepo\n\nThis is a monorepo for the HonestJS plugins packages.\n\n## Packages\n\n- `@honestjs/rpc-plugin` - Analyzes HonestJS controllers and generates type-safe RPC clients. Publishes the analyzed\n  artifact to application context (default key: `rpc.artifact`) for consumers.\n- `@honestjs/api-docs-plugin` - Serves OpenAPI JSON and Swagger UI. Accepts an artifact object (`{ routes, schemas }`)\n  or a context key string (for example `rpc.artifact`) and generates OpenAPI from it.\n\n### RPC + API Docs integration\n\n```ts\nimport { Application } from 'honestjs'\nimport { RPCPlugin } from '@honestjs/rpc-plugin'\nimport { ApiDocsPlugin } from '@honestjs/api-docs-plugin'\n\nconst { hono } = await Application.create(AppModule, {\n\tplugins: [new RPCPlugin(), new ApiDocsPlugin({ artifact: 'rpc.artifact' })]\n})\n```\n\n## Help Wanted\n\nWe're actively seeking contributions to help grow and improve the HonestJS plugins ecosystem! Here are some areas where\nwe'd love your help:\n\n### 🔧 New 3rd Party Plugins Packages\n\n- Create plugins for popular services and APIs\n- Build integrations with authentication providers\n- Develop plugins for common use cases\n\n### 🧪 Testing\n\n- Write comprehensive unit tests for existing plugins\n- Add integration tests with real-world scenarios\n- Improve test coverage across all packages\n\n### 📚 Documentation\n\n- Write detailed usage guides and tutorials\n- Create example projects and demos\n- Improve packages documentation\n\nIf you're interested in contributing, please check out our issues or start a discussion! We welcome developers of all\nskill levels and are happy to provide guidance.\n\n## License\n\nMIT © [Orkhan Karimov](https://github.com/kerimovok)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonestjs%2Fplugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonestjs%2Fplugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonestjs%2Fplugins/lists"}