kibana/packages/kbn-plugin-helpers
Spencer eb1e80f272 require node 6 (elastic/kibana-plugin-helpers#42)
* switch to .node-version file

* require and validate node version 6+

Original commit: elastic/kibana-plugin-helpers@85655f230e
2017-05-02 14:27:07 -07:00
..
bin require node 6 (elastic/kibana-plugin-helpers#42) 2017-05-02 14:27:07 -07:00
lib [utils] use actual plugin config (with defaults) 2017-04-28 08:15:04 -07:00
tasks fix build task when yarn is not installed 2017-03-29 12:23:51 -07:00
.eslintrc initial commit 2016-02-12 14:36:17 -07:00
.gitignore [npm] do not commit npm logs 2016-02-14 02:28:56 -07:00
.node-version require node 6 (elastic/kibana-plugin-helpers#42) 2017-05-02 14:27:07 -07:00
circle.yml add circle-ci config file 2016-11-17 03:29:37 -07:00
cli.js require node 6 (elastic/kibana-plugin-helpers#42) 2017-05-02 14:27:07 -07:00
LICENSE added license files for better visiblity 2016-08-19 08:46:47 -07:00
package.json bump to version 7 snapshot 2017-04-28 07:53:16 -07:00
README.md Enable custom builds (elastic/kibana-plugin-helpers#27) 2016-12-21 22:37:57 -06:00

kibana-plugin-helpers

CircleCI

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 [options] [files...]  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

License

Apache-2.0