-
Notifications
You must be signed in to change notification settings - Fork 128
Implement configu generate
Command in @configu/cli
#528
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
Comments
I would like to do it |
@lyle45 you got it :) |
@lyle45 are you still on it? |
@davidmeirlevy hi David. Sorry was preoccupied. Will do it today hopefully |
if you need any help with that, don't hesitate to reach me on our discord channel. |
@lyle45 I see that it takes too much, and this is a very core feature of configu that we must deliver very soon. |
Im happy to pick this up :) |
@jamesL92 you can checkout from my branch.. |
@davidmeirlevy yeah my apologies. Couldn't get to it. Sorry |
Suggestion
Implement the
configu generate
command with--dir
and--name
flags. This command will create an integration module in the specified directory, ready to be injected into the system.Motivation
Simplifies the creation of integration modules by automating the setup process. Developers can quickly generate the necessary files and structure with a single command, improving productivity and reducing manual setup effort.
Context
The
configu generate
command will take a directory (--dir
) and module name (--name
) as inputs, creating a pre-configured integration module that is ready for injection into the project.The text was updated successfully, but these errors were encountered: