Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,34 @@ repository_url:


# Optional questions


# user messages

_message_before_copy: |
Thanks for generating a project using our template.

You'll be asked a series of questions whose answers will be used to
generate a tailored project for you.

_message_after_copy: |
Your project "{{ package_name }}" has been created successfully!

Next steps:

1. Change directory to the project root:

$ cd {{ _copier_conf.dst_path }}

2. Read next_steps.md which contains information on next steps.

_message_before_update: |
Thanks for updating your project using our template.

You'll be asked a series of questions whose answers are pre-populated
with previously entered values. Feel free to change them as needed.

_message_after_update: |
Your project "{{ package_name }}" has been updated successfully!
In case there are any conflicts, please resolve them. Then,
you're done.