-
Notifications
You must be signed in to change notification settings - Fork 18
Feature/createproject #32
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
Feature/createproject #32
Conversation
|
@denise-khuu , @GuentherJulian as of my comments in https://github.com/devonfw-forge/tutorial-compiler/pull/38/files#r534927014 I feel, that we have to create multiple steps for each type of project we want to create. The reason behind that is quite easy. Here you created a generic createProject step, which a parameter for the language. So for me as you already started with it, I would propose to simply remove the first parameter of the step and simply rename the createProject step to createDevon4jProject and then also the katacoda template and so on is fine as it focuses on the steps for that generation only. |
comments covered; dismiss as on leave
Pull Request Commit to working branch
|
Please resolve conflicts |
createProject() was added and changeCurrentDir was used in previous functions when needed.
Still need to add dynamically changing cd template, based on current dir.