kibana/scripts
Tyler Smalley 56d562487d
Fixes broken path to babel register (#14979)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2017-11-15 14:51:15 -08:00
..
backport.js Add Backport to toolchain (#14525) (#14550) 2017-10-24 16:57:06 -04:00
docs.js Shortcut to build asciidocs (#13164) 2017-08-23 10:29:11 -04:00
es_archiver.js [5.x] [functionalTestRunner] replace intern (#10910) (#11171) 2017-04-12 08:44:53 -04:00
eslint.js Fixes broken path to babel register (#14979) 2017-11-15 14:51:15 -08:00
functional_test_runner.js [5.x] [functionalTestRunner] replace intern (#10910) (#11171) 2017-04-12 08:44:53 -04:00
jest.js Move Jest test setup to root (#10963) (#11066) 2017-04-05 22:59:02 -04:00
makelogs.js Convert makelogs and mocha npm scripts (#11665) 2017-05-09 10:53:26 -07:00
mocha.js [ftr] make room for more projects (#11848) 2017-05-17 20:30:28 -07:00
README.md [5.x] [functionalTestRunner] replace intern (#10910) (#11171) 2017-04-12 08:44:53 -04: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:

  • include the ../src/optimize/babel/register module 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