As a IDEasy user, I want to be able to setup my project with a single command so that I can automate my setup.
This is the core feature of IDEasy but it is not implemented yet. For devonfw-ide see here:
NOTE: I am thinking of a different way to setup IDEasy compared to devonfw-ide. Therefore, there may only be a single installation of our CLI in $IDE_ROOT instead of multiple ones in each $IDE_HOME. With devonfw-ide we have this redundantly in $IDE_HOME/scripts per instance. Therefore the new setup to be implemented here should be designed like devon ide create.
So a natural way to implement this story would be to add a CreateCommandlet so we can have the same CLI API without the devon as prefix.
ATTENTION: This issue is blocked by #100 and it is closely related to #102
As a IDEasy user, I want to be able to setup my project with a single command so that I can automate my setup.
This is the core feature of IDEasy but it is not implemented yet. For devonfw-ide see here:
NOTE: I am thinking of a different way to setup IDEasy compared to devonfw-ide. Therefore, there may only be a single installation of our CLI in
$IDE_ROOTinstead of multiple ones in each$IDE_HOME. With devonfw-ide we have this redundantly in$IDE_HOME/scriptsper instance. Therefore the new setup to be implemented here should be designed like devon ide create.So a natural way to implement this story would be to add a
CreateCommandletso we can have the same CLI API without thedevonas prefix.ATTENTION: This issue is blocked by #100 and it is closely related to #102