Download and install python3.7
Install from remote:
$ pip3 install git+ssh://[email protected]/dinosaurchi/cookiecutter-runner.git@masterInstall locally:
$ git clone [email protected]:dinosaurchi/cookiecutter-runner.git
$ cd ./cookiecutter-runner
$ pip3 install .Run the following command:
$ cookiecutter-runner --tempalte <path_to_template_directory>Please check Create and Update template documentation