An open API service indexing awesome lists of open source software.

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

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!