[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:
Spencer 2018-02-12 12:23:23 -07:00 committed by GitHub
parent 2484982a2e
commit 2c7a1f34cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 2852 additions and 18 deletions

View file

@ -0,0 +1 @@
require('@kbn/plugin-generator').run(process.argv.slice(2));