kibana/scripts
Spencer 2c7a1f34cb
[kbn-plugin-generator] add plugin generator to the repo (#16655)
* [kbn-plugin-generator] add plugin generator to the repo

* [plugin-generator] use snake_case plugin name for directory name

* [plugin-generator] fix typo

* [plugin-generator] remove translation support until we resume i18n efforts

* [yarn] update lockfile

* [mocha] remove plugin-generator selector from mocha tests

* [plugin-generator] update generated readme to recommend yarn

* [plugin-generator] add readme to generator pacakge

* [plugin-generator] link from plugin-resource docs

* [plugin-generator] mention very important `kbn bootstrap` script

* [plugin-generator] rework some parts of the README

* [plugin-generator] log actual directory name with system separators

* [plugin-generator] include bootstrap/yarn preinstall check script
2018-02-12 12:23:23 -07:00
..
backport.js Add Backport to toolchain (#14525) 2017-10-24 16:38:18 -04:00
docs.js create babel-preset and babel-register modules (#13973) 2017-09-19 17:44:47 -07:00
es_archiver.js create babel-preset and babel-register modules (#13973) 2017-09-19 17:44:47 -07:00
eslint.js [eslint] add eslint dev script (#14889) 2017-11-14 10:11:59 -07:00
functional_test_runner.js create babel-preset and babel-register modules (#13973) 2017-09-19 17:44:47 -07:00
generate_plugin.js [kbn-plugin-generator] add plugin generator to the repo (#16655) 2018-02-12 12:23:23 -07:00
jest.js [CI] Produce junit test reports (#15281) 2017-12-05 17:29:48 -07:00
kbn.js Kibana build tool (#15055) 2018-01-24 10:34:52 +01:00
kibana.js Create separate startup scripts for development and production (#13806) 2017-11-22 12:49:37 -06:00
kibana_keystore.js Snake case scripts/kibana-keystore.js and scripts/kibana-plugin.js (#15331) 2018-02-02 09:54:02 -06:00
kibana_plugin.js Snake case scripts/kibana-keystore.js and scripts/kibana-plugin.js (#15331) 2018-02-02 09:54:02 -06:00
makelogs.js Convert makelogs and mocha npm scripts (#11665) 2017-05-09 10:53:10 -07:00
mocha.js create babel-preset and babel-register modules (#13973) 2017-09-19 17:44:47 -07:00
precommit_hook.js [precommit hook] add dev script (#14890) 2017-11-20 14:22:24 -07:00
README.md create babel-preset and babel-register modules (#13973) 2017-09-19 17:44:47 -07:00

kibana dev scripts

This directory contains scripts useful for interacting with Kibana tools in development. Use the node executable and --help flag to learn about how they work:

node scripts/{{script name}} --help

for developers

This directory is excluded from the build and tools within it should help users discover their capabilities. Each script in this directory must:

  • require src/babel-register to bootstrap babel
  • call out to source code that is in the src directory
  • react to the --help flag
  • run everywhere OR check and fail fast when a required OS or toolchain is not available