-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
- templating: instead of "Replace hello_cmd with the ..." etc, make this project into https://github.com/cookiecutter/cookiecutter template. Users then should be able to just enter the name and all the fields would be filled in
- upgrades: Analogous how datalad-crawler establishes
incoming
branch different frommaster
, and how we established "3rd" branch in other projects for "vanilla" 3rd party code, and reflecting on such recommended practice in How to update a project with changes from its cookiecutter? cookiecutter/cookiecutter#784 (comment)- in this repo use
cookiecutter
branch - adjust README.md to say that actual extension project should checkout master
main
(or whatever they want) from thatcookiecutter
branch to introduce any changes beyond cookiecutter config etc. Then for upgrades - checkoutcookiecutter
, re-cut, and merge intomain
.
- in this repo use
there is also https://cruft.github.io/cruft/ which might be doing both of the above. Yet to check it out to see if worth using it instead of tandem above.
Metadata
Metadata
Assignees
Labels
No labels