-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: offer to install copier #149
Conversation
cb1a3ce
to
2fd7998
Compare
I like this |
I briefly mentioned to @jbedard about how it is confusing to know which order to invoke Would be great to have a feature in aspect-cli that does it for you automatically, like |
It doesn't have post hooks
Yeah that's what repin.sh is trying to hint at here. It should include Go also. |
Refactors to use the post_scaffold hook to generate the requirements.txt files, because it's too difficult to keep their content known ahead-of-time and prevents conditionals in the pyproject.toml for which packages should be installed.
We want to be responsive to prompts and be able to install packages if requested.
Also run buildifier in the post_scaffold hook, now we don't have to treat the whitespace in the template with incredible care :)
Note, the post_scaffold hook feature was introduced in v0.1.0 of the scaffold tool in hay-kot/scaffold#167 so we have to drop support for older versions now.