kibana/scripts
Kim Joar Bekkelund b2ed93bb13
Kibana build tool (#15055) (#16247)
* Introduce `kbn`, the Kibana build tool

* yarn kbn

* Make all deps devDeps

* Exclude __fixtures__ folder from Jest to avoid warnings

* Review fixes

* Update readme

* Use 'yarn kbn'

* Consistent rootPath

* Link to kbn tool

* Unsupported URL 'debug help' in contributing guide
2018-01-24 13:35:09 +01:00
..
backport.js Add Backport to toolchain (#14525) (#14548) 2017-10-24 16:56:16 -04:00
docs.js create babel-preset and babel-register modules (#13973) 2017-09-19 17:45:25 -07:00
es_archiver.js create babel-preset and babel-register modules (#13973) 2017-09-19 17:45:25 -07:00
eslint.js [6.x] [eslint] add eslint dev script (#14889) (#14941) 2017-11-14 10:24:00 -07:00
functional_test_runner.js create babel-preset and babel-register modules (#13973) 2017-09-19 17:45:25 -07:00
jest.js [6.x] [CI] Produce junit test reports (#15281) (#15437) 2017-12-05 18:21:38 -07:00
kbn.js Kibana build tool (#15055) (#16247) 2018-01-24 13:35:09 +01:00
makelogs.js
mocha.js create babel-preset and babel-register modules (#13973) 2017-09-19 17:45:25 -07:00
precommit_hook.js [6.x] [precommit hook] add dev script (#14890) (#15065) 2017-11-20 17:00:37 -07:00
README.md create babel-preset and babel-register modules (#13973) 2017-09-19 17:45:25 -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