jbusecke / cookiecutter-science-project

Cookiecutter template for science analysis projects
MIT License
84 stars 13 forks source link

Replace setup script with GH CLI Instructions #14

Closed jbusecke closed 3 years ago

jbusecke commented 3 years ago

The automatic way to setup a github repo via the setup.sh script did not work anymore (see #7). This PR removes the script and replaces it with instructions how to use GH CLI to achieve the same thing.

jbusecke commented 3 years ago

I need to make progress on this quite fast today, so I will merge and change a bunch of things. I still appreciate any feedback and I versioned the current version so all users can always get the old behavior back using cookiecutter https://github.com/jbusecke/cookiecutter-science-project --checkout v0.1.0.

gewitterblitz commented 3 years ago

gh cli worked perfectly for me. Thanks @jbusecke!