jwatkins0101 / flex-plugin-builder

Packages related to building a Twilio Flex Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status All Contributors Code of Conduct lerna

Twilio Flex Plugin Builder

Twilio Flex Plugins allow you to augment/change the behavior and appearance of a Twilio Flex Contact Center using React.

Project Structure

This project is a monorepo project that is housing three separate packages for the creation of Twilio Flex plugins.

Contributing

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.

1. Create a fork of the project

Create a fork of this project for your GitHub user by clicking the Fork button at the top of this project

2. Setup

git clone git@github.com:<YOUR_USERNAME>/flex-plugin-builder.git
cd flex-plugin-builder
npm install
npx lerna bootstrap

3. Contributing to a package

Please refer to the README.md of the respective packages in packages/ for specific guidelines for those projects.

4. Submitting Changes

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.

Contributors

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!

License

MIT

About

Packages related to building a Twilio Flex Plugin

License:MIT License


Languages

Language:JavaScript 73.0%Language:TypeScript 21.4%Language:HTML 4.5%Language:CSS 1.1%