bsansouci / reprocessing-example

79 stars 29 forks source link

Add github template functionnality to this repo #21

Closed honeyspoon closed 5 years ago

honeyspoon commented 5 years ago

There is new repository template functionality offered by Github that allow users to click a button to generate a repo based on the template.

I think this is good because a link to the original template is added to generated repos and this allow forks to be used for real project forking to add new functionality or make contributions. Also adds a /generate endpoint if you want to programmatically generate a repo in a tutorial.

Here are steps to make this repository a template.

I can't think of a reason not to add this.

bsansouci commented 5 years ago

Great idea, thanks! Tell me if it works :)

honeyspoon commented 5 years ago

works perfectly thanks