Closed RobertTLange closed 3 years ago
Add a simple subcommand that creates a project repository structure based on the mle-project-template repository (to be made public). The command should be called as follows: mle project-init <new_dir_name> and walks through the following steps:
mle-project-template
mle project-init <new_dir_name>
.git
<new_dir_name>
Add a simple subcommand that creates a project repository structure based on the
mle-project-template
repository (to be made public). The command should be called as follows:mle project-init <new_dir_name>
and walks through the following steps:mle-project-template
repo..git
subfolder and reinitialize git.<new_dir_name>
.