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

Add generate component CLI command #145

Closed
timriley opened this issue May 12, 2024 · 3 comments · Fixed by #130
Closed

Add generate component CLI command #145

timriley opened this issue May 12, 2024 · 3 comments · Fixed by #130
Assignees

Comments

@timriley
Copy link
Member

Example:

hanami generate component some.deep.nested.my_class

module MyApp
  module Some
    module Deep
      module Nested
        class MyClass
        end
      end
    end
  end
end
@krzykamil
Copy link
Contributor

I think this one can be moved to FOR REVIEW section

@timriley
Copy link
Member Author

Thanks @krzykamil, I promise I'll review your PR on this soon!

@timriley timriley assigned timriley and krzykamil and unassigned timriley May 28, 2024
@timriley timriley linked a pull request Jun 6, 2024 that will close this issue
@timriley
Copy link
Member Author

timriley commented Jun 6, 2024

Fixed by #130

@timriley timriley closed this as completed Jun 6, 2024
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