Just some helpers for kibana plugin devs.
This simple CLI has several tasks that plugin devs can run from to easily debug, test, or package kibana plugins.
See the docs directory for more info.
$ plugin-helpers help
Usage: plugin-helpers [options] [command]
Commands:
start Start kibana and have it include this plugin
build Build a distributable archive
test Run the server and browser tests
test:browser [options] Run the browser tests in a real web browser
test:server [files...] Run the server tests using mocha
Options:
-h, --help output usage information
-V, --version output the version number
Apache-2.0