kibana/packages/kbn-plugin-helpers
2017-05-09 10:17:45 -07:00
..
bin Bump eslint rules, update code to match rules (elastic/kibana-plugin-helpers#43) 2017-05-02 14:37:06 -07:00
lib Bump eslint rules, update code to match rules (elastic/kibana-plugin-helpers#43) 2017-05-02 14:37:06 -07:00
tasks Bump eslint rules, update code to match rules (elastic/kibana-plugin-helpers#43) 2017-05-02 14:37:06 -07:00
.eslintrc
.gitignore
.node-version Bump eslint rules, update code to match rules (elastic/kibana-plugin-helpers#43) 2017-05-02 14:37:06 -07:00
circle.yml
cli.js require node 6 (elastic/kibana-plugin-helpers#42) 2017-05-02 14:27:07 -07:00
LICENSE
package.json 7.0.0 2017-05-02 14:40:48 -07:00
README.md Enable custom builds (elastic/kibana-plugin-helpers#27) 2016-12-21 22:37:57 -06:00
yarn.lock commit yarn.lock file 2017-05-09 10:17:45 -07: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