kibana/packages
2018-02-14 10:56:09 +01:00
..
eslint-config-kibana [eslint-config-kibana] remove stub test command (#16625) 2018-02-09 15:36:21 -07:00
eslint-plugin-kibana-custom Build multiple Kibana packages for production (#16313) 2018-02-02 20:49:57 +01:00
kbn-babel-preset Babel preset package (#16479) 2018-02-03 12:24:16 -07:00
kbn-build Remove prettier script from @kbn/build (#16668) 2018-02-13 09:53:34 +01:00
kbn-datemath Production package example: datemath (#16531) 2018-02-13 21:49:55 +01:00
kbn-plugin-generator [kbn-plugin-generator] add plugin generator to the repo (#16655) 2018-02-12 12:23:23 -07:00
kbn-plugin-helpers Remove symlinks when building Kibana plugins (#16727) 2018-02-14 10:56:09 +01:00
kbn-test-subj-selector Add test-subj-selector module to packages dir. (#16623) 2018-02-13 10:34:47 -08:00
README.md Kibana-related packages (#11308) 2017-04-19 04:31:00 -07:00

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.