mle-infrastructure / mle-toolbox

Lightweight Tool to Manage Distributed ML Experiments 🛠
https://mle-infrastructure.github.io/mle_toolbox/toolbox/
MIT License
3 stars 1 forks source link

`mle project-init` subcmd to create repo structure #90

Closed RobertTLange closed 2 years ago

RobertTLange commented 2 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:

  1. Clone the mle-project-template repo.
  2. Delete the .git subfolder and reinitialize git.
  3. Rename the cloned directory to <new_dir_name>.