reaptor / elmish-land

A framework for building F# browser apps with Fable, React and Elmish. Inspired by Elm Land.
https://elmish.land/
MIT License
4 stars 0 forks source link

Init in a folder name containing hyphens causes quirky naming #13

Closed robinjac closed 5 days ago

robinjac commented 8 months ago

Hyphens should be removed. In general we should make sure the naming of modules behaves nicely.

Example using Testing-Elmish-Land leads to this:

image

klofberg commented 8 months ago

How do you propose this should work? I feel it's confusing to have a different name for the module than the folder.