Custom Plugins
Creating a project
You can quickly create a plugin for RSX using a Yeoman generator. Make sure you have Yeoman installed, then run:
$ npm install -g generator-rsx-plugin
$ yo rsx-plugin
The generator will prompt for a few answers and then generate the project.
##
[SOON]