Skip to content

Instantly share code, notes, and snippets.

@takahi-i
Last active October 3, 2016 02:37
Show Gist options
  • Save takahi-i/b84e1234f2fa0b871a909d1ce7ebee44 to your computer and use it in GitHub Desktop.
Save takahi-i/b84e1234f2fa0b871a909d1ce7ebee44 to your computer and use it in GitHub Desktop.

RedPen plugin command have three roles

  1. install plugin
  2. test plugin
  3. uninstall plugin

command Usage

$bin/plugin [install|test|uninstall] url

Details

install

install command installs specified plugin written in Java or JavaScript, and then runs tests for the plugin following the bundled test cases. If the tests pass, plugin command copy the plugin to the plugin directory.

test

test command run test for plugin project in specified directory. This test is also run in install command.

uninstall

uninstall command removes the Plugin files in plugin directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment