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

hanami new should generate relations/.keep #190

Closed
timriley opened this issue Jul 8, 2024 · 1 comment · Fixed by #192
Closed

hanami new should generate relations/.keep #190

timriley opened this issue Jul 8, 2024 · 1 comment · Fixed by #192
Assignees

Comments

@timriley
Copy link
Member

timriley commented Jul 8, 2024

Right now it does:

fs.touch("app/structs/.keep")
fs.touch("app/repos/.keep")

Since relations are essential for creating repos, those should have a default empty directory too.

@cllns
Copy link
Member

cllns commented Jul 8, 2024

Ah, found this independently and have a fix #192. Sorry about that!

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

Successfully merging a pull request may close this issue.

2 participants