Flaque / thaum

Thaum is a simple boilerplate and scaffolding command line utility.
https://flaque.github.io/thaum/
MIT License
23 stars 3 forks source link

Uppercase and lowercase naming #5

Open Flaque opened 7 years ago

Flaque commented 7 years ago

We could include in the template a {{titleCase name}} and {{lowerCase name}} which would be the uppercase'd and lowercase'd version of the name.

For example:

"evan" -> {{lowerCase name}} -> "evan"
"Evan" -> {{lowerCase name}} -> "evan"
"Evan" -> {{titleCase name}} -> "Evan"
"evan" -> {{titleCase name}} -> "Evan" 

We should use the same format as plop does so users who feel like they need more functionality can switch over to Plop easily. We shouldn't trap anyone into using thaum.

vbmade2000 commented 7 years ago

@Flaque I would like to work on this issue.

Flaque commented 7 years ago

DO IT! :D If you need any help, please let me know.

vbmade2000 commented 7 years ago

Where to do changes ?