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 |
||
---|---|---|
.. | ||
eslint-config-kibana | ||
eslint-plugin-kibana-custom | ||
kbn-build | ||
README.md |
Kibana-related node modules
This folder contains node modules that are created by Kibana developers, for use in Kibana and its plugins.
For each such node module, create a sub-folder in this folder. The path/name of the folder should mirror the name
in the node module's package.json
. To publish the node module as an npm package, cd
into the package's sub-folder, and run npm publish
as usual.