LottePitcher / opinionated-package-starter

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

Generate a 'friendly' name of the package #5

Open LottePitcher opened 1 year ago

LottePitcher commented 1 year ago

Feature summary

Some places in the solution (e.g. Title of the readmes, Title property in the .csproj) should have a 'friendly' name.

Additional details

By 'friendly' name I mean if the project is called MyNewProject, the 'friendly' name would be: My New Project

Can a dotnet new template automatically convert Pascal Case to Title case? As would be very nice to generate this.

Otherwise should the 'friendly' name be a template parameter?