{"id":13406457,"url":"https://github.com/twilio/flex-plugin-builder","last_synced_at":"2025-05-13T12:59:07.368Z","repository":{"id":33156363,"uuid":"153393425","full_name":"twilio/flex-plugin-builder","owner":"twilio","description":"Packages related to building a Twilio Flex Plugin ","archived":false,"fork":false,"pushed_at":"2025-03-29T08:09:36.000Z","size":37263,"stargazers_count":84,"open_issues_count":41,"forks_count":55,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-05-11T06:01:47.747Z","etag":null,"topics":["flex-plugin","javascript","monorepo","twilio","twilio-flex","typescript"],"latest_commit_sha":null,"homepage":"https://www.twilio.com/docs/flex/developer/plugins/cli","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/twilio.png","metadata":{"files":{"readme":"README.md","changelog":"changelog/v2.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2018-10-17T04:01:34.000Z","updated_at":"2025-05-06T03:00:47.000Z","dependencies_parsed_at":"2023-02-18T14:15:59.144Z","dependency_job_id":"f7eee344-d321-40f3-9d1c-083161180506","html_url":"https://github.com/twilio/flex-plugin-builder","commit_stats":{"total_commits":2418,"total_committers":55,"mean_commits":43.96363636363636,"dds":"0.42390405293631095","last_synced_commit":"b25d1fcc07b64a85cf3ca06535dfe401e58142ca"},"previous_names":[],"tags_count":265,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio%2Fflex-plugin-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio%2Fflex-plugin-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio%2Fflex-plugin-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio%2Fflex-plugin-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twilio","download_url":"https://codeload.github.com/twilio/flex-plugin-builder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253830956,"owners_count":21971004,"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":["flex-plugin","javascript","monorepo","twilio","twilio-flex","typescript"],"created_at":"2024-07-30T19:02:30.780Z","updated_at":"2025-05-13T12:59:07.344Z","avatar_url":"https://github.com/twilio.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","typescript"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eTwilio Flex Plugin Builder\u003c/h1\u003e\n\u003cp align=\"center\"\u003eMonorepo for all the tooling needed to create a custom \u003ca href=\"https://www.twilio.com/docs/flex/developer/plugins\" target=\"_blank\"\u003eTwilio Flex Plugins\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://app.circleci.com/pipelines/github/twilio/flex-plugin-builder?branch=main\" \u003e\n        \u003cimg src=\"https://circleci.com/gh/twilio/flex-plugin-builder/tree/main.svg?style=shield\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://codecov.io/gh/twilio/flex-plugin-builder\"\u003e\n        \u003cimg src=\"https://codecov.io/gh/twilio/flex-plugin-builder/branch/master/graph/badge.svg\" title=\"Code Coverage\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"#contributors\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/all_contributors-14-orange.svg?style=square\" title=\"All Contributors\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"./CODE_OF_CONDUCT.md\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/%F0%9F%92%96-code%20of%20conduct-ff69b4.svg?style=square\" title=\"Code of Conducts\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://lernajs.io/\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg?style=flat-squar\" title=\"Lerna\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"./LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/license-MIT-green.svg\" title=\"License\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Getting Started\n\nFlex Plugin Builder requires [Node.js](https://nodejs.org/). We support and recommend the [LTS versions](https://nodejs.org/en/about/releases/) of Node. This is a monorepo project managed by [lerna](https://github.com/lerna/lerna) for creating Twilio Flex plugins.\n\n- [@twilio-labs/plugin-flex](packages/plugin-flex): The CLI tool for creating, building, testing, deploying, and managing your plugins\n\n## User Guide\n\nPlease visit [Twilio Docs](https://www.twilio.com/docs/flex/developer/plugins) for the latest docs on Plugins CLI and API.\n\n* [Plugins CLI](https://www.twilio.com/docs/flex/developer/plugins/cli)\n* [Plugins API](https://www.twilio.com/docs/flex/developer/plugins/api)\n* [Troubleshooting and FAQ](faq.md)\n\n## Changelog\n\nMajor changelogs can be found in the [changelog directory](/changelog).\n\n## Contributing\n\nCheck out [CONTRIBUTING](CONTRIBUTING.md) for more information on how to contribute to this project.\n\n## License\n\nFlex Plugin Builder is licensed under [MIT](LICENSE).\n\n## Contributors\n\nThanks to the wonderful people listed in [CONTRIBUTORS.md](CONTRIBUTORS.md).\n\nThis project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwilio%2Fflex-plugin-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwilio%2Fflex-plugin-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwilio%2Fflex-plugin-builder/lists"}