vernig / twilio-cli-plugin-boilerplate

Boilerplate for twilio-cli plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twilio-cli plugin boilerplate

This is a boilerplate for a twilio-cli plugin (inspired by plugin-debugger)

Quick start

  • Make sure twilio-cli is installed (follow instructions here)
  • Clone this repository
git clone https://github.com/vernig/twilio-cli-plugin-boilerplate.git
  • Link the plugin to your twilio CLI installation
twilio plugin:link <plugin-folder>
  • Test it:
twilio twilio myplugin:mycommand
  • If everything is set up cxorrectly you should see:
$ twilio myplugin:mycommand
Hello World!

Configure

To properly configure your plugin you need to change / customize:

Unlink

To unlink the plugin

twilio plugin:unlink <plugin-folder>

About

Boilerplate for twilio-cli plugin


Languages

Language:JavaScript 95.1%Language:Batchfile 4.9%