https://github.com/twilio/flex-plugin-builder
Packages related to building a Twilio Flex Plugin
https://github.com/twilio/flex-plugin-builder
flex-plugin javascript monorepo twilio twilio-flex typescript
Last synced: about 1 year ago
JSON representation
Packages related to building a Twilio Flex Plugin
- Host: GitHub
- URL: https://github.com/twilio/flex-plugin-builder
- Owner: twilio
- License: mit
- Created: 2018-10-17T04:01:34.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T08:09:36.000Z (about 1 year ago)
- Last Synced: 2025-05-11T06:01:47.747Z (about 1 year ago)
- Topics: flex-plugin, javascript, monorepo, twilio, twilio-flex, typescript
- Language: TypeScript
- Homepage: https://www.twilio.com/docs/flex/developer/plugins/cli
- Size: 35.5 MB
- Stars: 84
- Watchers: 17
- Forks: 55
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/v2.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Twilio Flex Plugin Builder
Monorepo for all the tooling needed to create a custom Twilio Flex Plugins
## Getting Started
Flex 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.
- [@twilio-labs/plugin-flex](packages/plugin-flex): The CLI tool for creating, building, testing, deploying, and managing your plugins
## User Guide
Please visit [Twilio Docs](https://www.twilio.com/docs/flex/developer/plugins) for the latest docs on Plugins CLI and API.
* [Plugins CLI](https://www.twilio.com/docs/flex/developer/plugins/cli)
* [Plugins API](https://www.twilio.com/docs/flex/developer/plugins/api)
* [Troubleshooting and FAQ](faq.md)
## Changelog
Major changelogs can be found in the [changelog directory](/changelog).
## Contributing
Check out [CONTRIBUTING](CONTRIBUTING.md) for more information on how to contribute to this project.
## License
Flex Plugin Builder is licensed under [MIT](LICENSE).
## Contributors
Thanks to the wonderful people listed in [CONTRIBUTORS.md](CONTRIBUTORS.md).
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!