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

Deleting .keep files using the generators #223

Closed
wants to merge 4 commits into from

Conversation

kyleplump
Copy link
Contributor

closes #209

I took @cllns 's advice and implemented this in Hanami::CLI::Files#write

Had to take care to skip this behavior when running hanami new, or else we'd never "keep" ( 😏 ) the files to begin with! Let me know if there are any suggestions on improvements

Thanks!

@kyleplump kyleplump marked this pull request as draft August 7, 2024 22:19
@kyleplump kyleplump closed this Aug 7, 2024
@kyleplump kyleplump deleted the deleting_keepfiles branch August 7, 2024 22:21
@cllns
Copy link
Member

cllns commented Aug 7, 2024

#224 is the successor to this PR

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

Successfully merging this pull request may close these issues.

Generators should remove the .keep file in a directory that they are populating
2 participants