Skip to content

Plugin Reference

David Waring edited this page Feb 13, 2018 · 5 revisions

Plugin Location

The default location for plugins is $HOME/.rtm.plugins/. Plugins placed in this directory can be either individual JavaScript files or directories containing Node packages that export RTM CLI commands.

Additional locations for plugins can be added to the plugins property in the configuration file (See the description for plugins in the configuration property table in the Configuration Reference. This property can contain individual plugin locations or additional directories that contain multiple plugins.

Installing Plugins

Manual Install

You can manually download the plugin from its source (such as GitHub) and place the plugin in the default plugin location ($HOME/.rtm.plugins/).

Optionally, you can put the plugin in a different location and reference its location in the plugins property of your configuration file.

NPM Download

GitHub Download

Clone this wiki locally