kibana/packages/kbn-plugin-helpers
Chris Weed 9eff54d1e0 Running main, corrected build, checking for no dependencies (elastic/kibana-plugin-helpers#15)
* Updated if check if there are no dependencies

* Now running main()

* Build now uses the correct parameter.

Original commit: elastic/kibana-plugin-helpers@7cf31d26d2
2016-11-17 02:47:45 -07:00
..
bin [start] send extra args to the kibana process 2016-10-21 15:04:27 -07:00
lib [start] send extra args to the kibana process 2016-10-21 15:04:27 -07:00
tasks Running main, corrected build, checking for no dependencies (elastic/kibana-plugin-helpers#15) 2016-11-17 02:47:45 -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
LICENSE added license files for better visiblity 2016-08-19 08:46:47 -07:00
package.json 5.0.1-pre3 2016-11-11 13:25:58 -07:00
README.md added license files for better visiblity 2016-08-19 08:46:47 -07:00

kibana-plugin-helpers

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 the server
    test:browser   run the browser tests
    test:server    run the server tests
    build          build a distributable archive
    help [cmd]     display help for [cmd]

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

License

Apache-2.0