vernig / flex-plugin-opinionated-template

Opinionated template for a Flex plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opionionated template for Flex Plugin

This template is based on the Typsecript scaffolding for a new Flex Plugin, with the addition of twilio-style

Usage

In order to use this plugin, follow the instructions to install Twilio CLI and Twilio Flex Plugin CLI, and then run the following command:

twilio flex:plugins:create --template=https://github.com/vernig/flex-plugin-opinionated-template <name-of-your-awesome-plugin>

Please note that (differently from the scaffolding template) the name of the actual plugin is MyTemplatePlugin. If you want to change the name, run:

$ node rename.js <name-of-your-awesome-plugin>

About

Opinionated template for a Flex plugin


Languages

Language:TypeScript 76.9%Language:JavaScript 23.1%