kbn
v0.0.7
Published
The Kibana build tool is responsible for bootstrapping, building and running Kibana.
Downloads
21
Readme
kbn
— The Kibana build tool
The Kibana build tool is responsible for bootstrapping, building and running Kibana.
Playing around with this package
- In this directory, run
npm start
. - Go to Kibana root, then run
./packages/kbn/bin/kbn.js bootstrap
The kbn
use-cases
Bootstrapping
TODO: Describe
Running Kibana
TODO: Describe
Why our own tool?
TODO: Describe. yarn link vs npm file vs yarn workspaces vs lerna. What we need etc.