electrodejs / deprecated-generator-electrode-component

Yeoman generator for Electrode-React Components
Other
60 stars 5 forks source link

Enhancment: Use the directory name as the repo name default #9

Closed jspears closed 7 years ago

jspears commented 8 years ago
$ What is your Package/GitHub project name? (e.g., 'wysiwyg-component') (wysiwyg-component)

should be

$ What is your Package/GitHub project name? (e.g.,'my-electrode-component') (my-electrode-component)

where my-electrode-component is the name of your component.

ameyakoshti commented 7 years ago

@jspears : Should the generator always pick up the current folder name as a default for the component name? In that case, if the developer is currently in the parent folder of components, the generator will always select the parent name as default.