GNU/Linux ◆ xterm-256color ◆ bash 688 views

This is how we can easily have a user generate a template repo, including the entire repo, wdl setup, and docs that are ready to go.

pip install cookiecutter
cookiecutter https://www.github.com/vsoch/pipeline-template

It will show defaults, and the user can override with their variables. This works for any Github repo that is a cookie cutter like this example!

More by vs

See all