Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uppercase and lowercase naming #5

Open
Flaque opened this issue Feb 2, 2017 · 3 comments
Open

Uppercase and lowercase naming #5

Flaque opened this issue Feb 2, 2017 · 3 comments

Comments

@Flaque
Copy link
Owner

Flaque commented Feb 2, 2017

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
Copy link

@Flaque I would like to work on this issue.

@Flaque
Copy link
Owner Author

Flaque commented Mar 7, 2017

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

@vbmade2000
Copy link

Where to do changes ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants