We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.cruft.json
https://github.com/cruft/cruft https://cruft.github.io/cruft/
cruft is, at least for me, mainly to automate updating a project with the latest version of the template used to generate it.
It generates a .cruft.json similar to .cookiecutter.json, with the values of the variables, and some additional data.
.cookiecutter.json
It'd be really nice if Retrocookie could also read that file, so as to avoid having to keep both of them in a project.
Note The template used was from a local folder, not from GitHub, but it works the same.
{ "template": "/home/micael/projects/cookiecutter-python-project", "commit": "a636bfd8d49f9e295dff47de6dd043ee97450e2f", "checkout": null, "context": { "cookiecutter": { "full_name": "Author Name", "email": "[email protected]", ... "_template": "/home/micael/projects/cookiecutter-python-project" } }, "directory": null }
The text was updated successfully, but these errors were encountered:
Add cruft compatibility, read from .cruft.json
c676581
Closes cjolowicz#755
I've opened a PR for this at #756.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
https://github.com/cruft/cruft
https://cruft.github.io/cruft/
cruft is, at least for me, mainly to automate updating a project with the latest version of the template used to generate it.
It generates a
.cruft.json
similar to.cookiecutter.json
, with the values of the variables, and some additional data.It'd be really nice if Retrocookie could also read that file, so as to avoid having to keep both of them in a project.
.cruft.json
:Contents
The text was updated successfully, but these errors were encountered: