-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple method for keeping repos in sync with current cookiecutter scheme? #81
Comments
Also, I wonder if it would be useful to have versioned releases? |
We do have a loose version tag via YAML bumps here. It may be worth adding another bump. @Lnaden and I have discussed this before as something we would like to do:
This project is more of a spare time hobby than an officially endorsed project so it would be hard to find the time to do something like this. We can likely advise on the creation of the bots however. |
Thanks for the support! We will look into a manual process and see if this feasible in a short amount of time. This should especially be true for the static files and the ability to update structured files like YAML should be straightforward. |
Hi all: I would like to present a potential solution for your concern here. I frame your issue as an issue for continuous templating: when a child project repo got generated, it wanted to stay in synchronisation with the cookiecutter, because best practices get better over time. It pose a very interesting challenge to a software organisation: outdated information/practice is not a show stopper but a headache in software maintenance. yehua /'jɛhwa/ is yet another a project template tool for an organisation. It creates a project skeleton, S from the default project template, T, of an organisation. moban, the other tool of moremoban organisation, keeps S in synchronisation with T forever: Both tools have been deployed with these organisations: pyexcel, moremoban and coala. Please take your steps there while you do the evaluation. With your cookiecutter template, here is what yehua could do: What yehua could not do at the time of writing is: pre and post generation plugin But that's a matter of time to get it supported. What do you think? |
I wonder if there might be some way to help automate the update process for ensuring that repos created with the cookiecutter remain up to date with the latest best practices. Right now, the process is manual and somewhat tedious, with the potential for missing updates to some files.
Any thoughts on how we might be able to help make this process simpler, or automate the update step?
The text was updated successfully, but these errors were encountered: