{"id":18887922,"url":"https://github.com/postcatlab/postcat-extensions","last_synced_at":"2025-04-14T22:34:19.943Z","repository":{"id":46749178,"uuid":"488813859","full_name":"Postcatlab/postcat-extensions","owner":"Postcatlab","description":"Postcat official extensions","archived":false,"fork":false,"pushed_at":"2023-06-07T11:00:31.000Z","size":7800,"stargazers_count":8,"open_issues_count":6,"forks_count":7,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-09T11:51:56.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Postcatlab.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}},"created_at":"2022-05-05T03:04:12.000Z","updated_at":"2024-04-09T08:17:09.000Z","dependencies_parsed_at":"2023-07-22T21:06:06.499Z","dependency_job_id":null,"html_url":"https://github.com/Postcatlab/postcat-extensions","commit_stats":{"total_commits":337,"total_committers":6,"mean_commits":"56.166666666666664","dds":0.6261127596439169,"last_synced_commit":"553abf18890295ebddd0ac9393ee26a3ce4a2247"},"previous_names":["eolinker/eoapi-extensions","eolinker/postcat-extensions"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Postcatlab%2Fpostcat-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Postcatlab%2Fpostcat-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Postcatlab%2Fpostcat-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Postcatlab%2Fpostcat-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Postcatlab","download_url":"https://codeload.github.com/Postcatlab/postcat-extensions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248973509,"owners_count":21191988,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-11-08T07:40:32.328Z","updated_at":"2025-04-14T22:34:14.915Z","avatar_url":"https://github.com/Postcatlab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Postcat-extensions\n- examples: show how to contribute feature by extension \n- packages: official extension code\n## Install\n\n```bash\npnpm install\n```\n\n## Generate CHANGELOG\n1. 执行 changeset，开始交互式填写变更集，这个命令会将你的包全部列出来，然后选择你要更改发布的包\n\n```bash\npnpm changeset\n```\n\n2. 执行 changeset version，修改发布包的版本\n```bash\npnpm version-packages\n```\n## Release\n\n```bash\npnpm release\n```\n\nIf you want to configure automatic publishing, please configure `github/workflows`,like:\n\n```yml\n  publish-npm-import:\n    needs: build\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - uses: pnpm/action-setup@v2\n      - uses: actions/setup-node@v2\n        with:\n          node-version: 16\n          registry-url: https://registry.npmjs.org/\n      - run: pnpm install\n      - run: pnpm build\n        working-directory: ${extension directory}\n\n      - run: npm publish\n        working-directory: ${extension directory}\n        env:\n          NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}\n```\n\n\n## Publish\n\n```bash\npnpm publish:ci [pkgName,...]\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostcatlab%2Fpostcat-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostcatlab%2Fpostcat-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostcatlab%2Fpostcat-extensions/lists"}