elastic / eui

Elastic UI Framework 🙌
https://eui.elastic.co/
Other
6.09k stars 829 forks source link

Yeoman tasks #56

Closed cjcenizal closed 6 years ago

cjcenizal commented 6 years ago

We need to add NPM scripts for running these tasks. In Kibana, these scripts are defined as:

    "uiFramework:createComponent": "yo ./ui_framework/generator-kui/app/component.js",
    "uiFramework:documentComponent": "yo ./ui_framework/generator-kui/app/documentation.js"

I think createComponent and createDocumentation might be better names. Suggestions welcome.

cjcenizal commented 6 years ago

We'll also need to update the default paths and names to use the eui/Eui prefix and to adhere to the new repo folder structure.

snide commented 6 years ago

Thanks @cjcenizal. Already miss these 👍

bevacqua commented 6 years ago

Second part I believe I've already done. I'll submit a PR for the first bit