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

If original filename is in lowercase, generate new file in lowercase #5

Open
diegohaz opened this issue Jun 6, 2017 · 4 comments
Open

Comments

@diegohaz
Copy link
Owner

diegohaz commented Jun 6, 2017

Currently, if we find home.jsx, for example, and replicate it as Foo, the new file will be Foo.jsx, instead of foo.jsx.

Boilerplate that uses that pattern: https://github.com/jedireza/aqua

@joao-alberto
Copy link

Hi, your project is awesome, congrats!

Someone is assigned to this issue? I wanna contribute 🤘

@diegohaz
Copy link
Owner Author

diegohaz commented Jun 27, 2017

@psicotropicos Sure, go ahead, please. :)

@marlonmleite
Copy link

@diegohaz with this PR the correct is:

before
foo-name.jsx = FooName.jsx
foo.jsx = Foo.jsx

after
foo-name.jsx = foo-name.jsx
foo.jsx = foo.jsx

@diegohaz
Copy link
Owner Author

@marlonmleite Yeah, but component name (in file contents) should be kept as FooName and Foo.

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

3 participants