plotly / dash-component-boilerplate

Get started creating your own Dash components here.
276 stars 184 forks source link

Option to use "-" for repo name #54

Closed xhluca closed 4 years ago

xhluca commented 5 years ago

At the moment, the project shortname is forced to be dash_component. However, writing dash-component for the repository name is pretty usually (e.g. dash-core-components), but currently the option is not given for the cookiecutter. It would be a nice addition.

T4rk1n commented 5 years ago

The project_shortname has to be _ instead of - because it is both the project name and the python package name. We could decouple them into different variables allowing for any character for the project name.

xhluca commented 5 years ago

That would be really nice!