mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
[kbn-plugin-generator] add plugin generator to the repo (#16655)
* [kbn-plugin-generator] add plugin generator to the repo * [plugin-generator] use snake_case plugin name for directory name * [plugin-generator] fix typo * [plugin-generator] remove translation support until we resume i18n efforts * [yarn] update lockfile * [mocha] remove plugin-generator selector from mocha tests * [plugin-generator] update generated readme to recommend yarn * [plugin-generator] add readme to generator pacakge * [plugin-generator] link from plugin-resource docs * [plugin-generator] mention very important `kbn bootstrap` script * [plugin-generator] rework some parts of the README * [plugin-generator] log actual directory name with system separators * [plugin-generator] include bootstrap/yarn preinstall check script
This commit is contained in:
parent
2484982a2e
commit
2c7a1f34cb
25 changed files with 2852 additions and 18 deletions
1
scripts/generate_plugin.js
Normal file
1
scripts/generate_plugin.js
Normal file
|
@ -0,0 +1 @@
|
|||
require('@kbn/plugin-generator').run(process.argv.slice(2));
|
Loading…
Add table
Add a link
Reference in a new issue