{"id":23529876,"url":"https://github.com/foxpage/foxpage-plugins","last_synced_at":"2025-07-21T12:02:13.764Z","repository":{"id":65921653,"uuid":"550598400","full_name":"foxpage/foxpage-plugins","owner":"foxpage","description":"Foxpage framework plug-ins.","archived":false,"fork":false,"pushed_at":"2023-06-29T06:49:22.000Z","size":56,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-03T04:07:19.893Z","etag":null,"topics":["foxpage","plug-in","typescript"],"latest_commit_sha":null,"homepage":"http://www.foxpage.io","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/foxpage.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2022-10-13T02:54:36.000Z","updated_at":"2023-08-04T07:17:49.000Z","dependencies_parsed_at":"2024-10-09T13:45:37.386Z","dependency_job_id":null,"html_url":"https://github.com/foxpage/foxpage-plugins","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"932f0467e3ff2dc2f7ba03ad29f2cf644b9289d6"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/foxpage/foxpage-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxpage%2Ffoxpage-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxpage%2Ffoxpage-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxpage%2Ffoxpage-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxpage%2Ffoxpage-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foxpage","download_url":"https://codeload.github.com/foxpage/foxpage-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxpage%2Ffoxpage-plugins/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266296760,"owners_count":23907012,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["foxpage","plug-in","typescript"],"created_at":"2024-12-25T21:14:05.594Z","updated_at":"2025-07-21T12:02:13.717Z","avatar_url":"https://github.com/foxpage.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Foxpage Plug-ins\r\n[![Minimum node.js version](https://img.shields.io/badge/node-%3E%3D12.14.1-brightgreen)](https://img.shields.io/badge/node-%3E%3D12.14.1-brightgreen)\r\n[![typescript version](https://img.shields.io/badge/typescript-%3E%3D4.0.0-brightgreen)](https://img.shields.io/badge/typescript-%3E%3D4.0.0-brightgreen)\r\n[![yarn](https://img.shields.io/badge/yarn-1.22.5-blue)](https://img.shields.io/badge/yarn-1.22.5-blue)\r\n\r\n\u003ch2\u003eA collection of plug-ins, providing the framework with a variety of scene expansion capabilities, free and flexible plug-in use.\u003c/h2\u003e\r\n\r\n## 🖥  Introduction\r\n\r\nPlugins are a common feature of libraries and frameworks, designed with a `microkernel`, which allows developers to add more functionality in a safe, extensible way.\r\n\r\n#### Core\r\nThe core of the plug-in mainly implements the loading and management functions of the plug-in. The core API is as follows:\r\n- load：Load plugin\r\n- registerPlugin：Register plugins\r\n- unregisterPlugin：Unregister plugins\r\n- getPlugin：get plugins\r\n- getList：get registered plugin list\r\n- hasPlugin：check exist plugin\r\n- mergeVisitors：merge plugin visitors\r\n- getHooks: get all hooks of merged\r\n- destroy：destroy plugins\r\n\r\n## ✨ Project\r\n\r\n```txt\r\n\u003cProject Root\u003e\r\n  └── packages\r\n  │   ├─foxpage-plugin-common-base            // base plugins\r\n  │   └─foxpage-plugin-content-parse          // content variable parser\r\n  └── jest.config.js                          // jest common config\r\n```\r\n\r\n## 📦 Commit\r\n\r\ncommit used [angular standard](https://github.com/angular/angular/blob/master/CONTRIBUTING.md。\r\n\r\ncommit config: `commitlint.config.js`。 see: [github](https://github.com/conventional-changelog/commitlint)\r\n\r\ncommit lint by [husky](https://github.com/typicode/husky)。\r\n\r\nnpm:\r\n\r\n```shell\r\nnpm run commit\r\n\r\n// or\r\n\r\nnpx git-cz\r\n```\r\n\r\n## 🌍 publish \u0026 Release\r\n\r\n1. `npm run boot` and succeed before publish.\r\n2. `lerna publish --ignore-scripts --no-push` to publish public packages\r\n3. `npm run release -- --release-as patch` or `npm run release -- --release-as minor` generate new version: [standard-version](https://github.com/conventional-changelog/standard-version#readme).\r\n\r\n## ⏳ Contributing\r\n\r\nPlease read our [Contributing Guide](http://www.foxpage.io/#/guide/contribute) before submitting a Pull Request to the project.\r\n\r\n## 🖐 Community support\r\n\r\nFor general help using Foxpage, please refer to [the official Foxpage documentation](http://www.foxpage.io). For additional help, you can use one of these channels to ask a question:\r\n\r\n- [GitHub](https://github.com/foxpage/foxpage) (Bug reports, Contributions)\r\n\r\n## 📋 Documentation\r\n\r\nSee our documentation live [Docs](http://www.foxpage.io) for the Foxpage SDK.\r\n\r\n- [Developer docs](http://www.foxpage.io/#/developer)\r\n- [Advance guide](http://www.foxpage.io/#/advance)\r\n\r\n## 🏷️ License\r\n\r\nSee the [LICENSE](./LICENSE) file for licensing information.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxpage%2Ffoxpage-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxpage%2Ffoxpage-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxpage%2Ffoxpage-plugins/lists"}