Twilio Flex Plugins allow you to augment/change the behavior and appearance of a Twilio Flex Contact Center using React.
This project is a monorepo project that is housing three separate packages for the creation of Twilio Flex plugins.
create-flex-plugin
- The CLI tool to start a new Flex Plugin projectflex-plugin
- Runtime dependency for Flex pluginsreact-app-rewire-flex-plugin
- Config override forreact-app-rewired
used to develop and build Flex plugins
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Create a fork of this project for your GitHub user by clicking the Fork
button at the top of this project
git clone [email protected]:<YOUR_USERNAME>/flex-plugin-builder.git
cd flex-plugin-builder
npm install
npx lerna bootstrap
Please refer to the README.md
of the respective packages in packages/
for specific guidelines for those projects.
When you are happy with your changes, make sure to create a new branch with your changes and open a PR with your changes. For more info check out this page describing the GitHub workflow.
Thanks goes to these wonderful people (emoji key):
Dominik Kundel 💻 📖 🤔 |
Patrick Kolencherry 💻 🐛 |
Jen Aprahamian 🐛 📖 |
Ryan Kennedy 💻 🤔 |
Martin Amps 💻 🤔 |
Andrea SonnY 💻 |
Shelby Hagman 🐛 💻 |
---|---|---|---|---|---|---|
Marc Andrew Landles 🐛 |
Ryan Pendergast 🐛 |
Don Irwin 🐛 |
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT