We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
generate component
Example:
hanami generate component some.deep.nested.my_class
module MyApp module Some module Deep module Nested class MyClass end end end end end
The text was updated successfully, but these errors were encountered:
I think this one can be moved to FOR REVIEW section
FOR REVIEW
Sorry, something went wrong.
Thanks @krzykamil, I promise I'll review your PR on this soon!
Fixed by #130
krzykamil
Successfully merging a pull request may close this issue.
Example:
hanami generate component some.deep.nested.my_class
The text was updated successfully, but these errors were encountered: