mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* 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 |
||
---|---|---|
.. | ||
backport.js | ||
docs.js | ||
es_archiver.js | ||
eslint.js | ||
functional_test_runner.js | ||
jest.js | ||
kbn.js | ||
makelogs.js | ||
mocha.js | ||
precommit_hook.js | ||
README.md |
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