LottePitcher / opinionated-package-starter

Get a head start when creating Umbraco Packages
MIT License
33 stars 8 forks source link

Full stop in name parameter now breaks template #4

Open LottePitcher opened 1 year ago

LottePitcher commented 1 year ago

Which version of the template have you installed?

No response

Bug description

Now that there is a C# file in the template, if there is a full stop in the --name / -n parameter then the generated project won't compile as of course full stops in class names is not valid. I know that this is fixable, but am I going to have to refactor the 'sourceName' from PackageStarter to PackageStarter1?