flex-plugin
flex-plugin
Library to help building Twilio Flex Plugins.
Installation
npm install flex-plugin
Usage
; pluginName = 'MyPlugin'; { // setup your flex flexTaskCanvasContent; } ;
Contributing
Make sure to follow the instructions in the main repository to setup the project
# Install dependencies and link local packages with each other cd packages/flex-pluginnpx lerna bootstrap # Run tests npm test # To use your local package in a different project npm link# then in a different project npm link flex-plugin
Contributors
Thank you to all the lovely contributors to this project. Please check the main repository to see all contributors.
License
MIT