Replies: 1 comment
-
Tasks need some love. See discussion in #240. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to have pre- and post-generation tasks like e.g. Cookiecutter has with it's
hooks
. Currently it seems those Copier tasks are only post-generation tasks.My use case:
composer create-project --prefer-dist laravel/laravel myapp
orcurl -s "https://laravel.build/example-app" | bash
With the current
tasks
implementation I don't see a way to do this.Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions