In this issue we want to have commands generate code in the local composer module.
In theroy, this should be as simple as changing the getBaseGeneratePath to reference the path configuration from #498 when generation a path. It may be more complicated than that.
We should also make sure that the output makes it clear where the files are being generated, and that we're using the local composer module.
Also I just saw we have a getModuleInformation function -- that returns a module's path -- that will probably need to change too.
In this issue we want to have commands generate code in the local composer module.
In theroy, this should be as simple as changing the
getBaseGeneratePath
to reference the path configuration from #498 when generation a path. It may be more complicated than that.We should also make sure that the output makes it clear where the files are being generated, and that we're using the local composer module.
Also I just saw we have a
getModuleInformation
function -- that returns a module's path -- that will probably need to change too.