Skip to content

Commit 146ee10

Browse files
authored
refactor: ♻️ update post-copy message (#154)
# Description This PR updates the post-copy message. Moved from #140 . This PR needs a quick review. ## Checklist - [x] Added or updated tests - [x] Updated documentation - [x] Ran `just run-all`
1 parent 2fb9f27 commit 146ee10

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

copier.yaml

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,29 @@ _message_after_copy: |
1111
1212
Your project "{{ github_repo }}" has been created successfully!
1313
14-
Next steps:
14+
See the [guide](https://template-python-package.seedcase-project.org/docs/guide) for more detail
15+
on the next steps. Briefly:
1516
1617
1. Change directory to the project root:
1718
18-
$ cd {{ _copier_conf.dst_path }}
19+
``` bash
20+
cd {{ _copier_conf.dst_path | realpath }}
21+
```
1922
20-
2. Install the pre-commit hooks:
23+
2. Install the pre-commit hooks, add (called "update" here) the Quarto extension,
24+
and build the README:
2125
22-
$ just install-precommit
26+
``` bash
27+
just install-precommit update-quarto-theme build-readme
28+
```
2329
24-
3. Install [`spaid`](https://github.com/seedcase-project/spaid) and run these commands to upload and configure your project on GitHub:
30+
3. Install [`spaid`](https://github.com/seedcase-project/spaid) and run these setup steps:
2531
26-
$ spaid_gh_create_repo_from_local -h
27-
$ spaid_gh_set_repo_settings -h
28-
$ spaid_gh_ruleset_basic_protect_main -h
32+
``` bash
33+
spaid_gh_create_repo_from_local -h
34+
spaid_gh_set_repo_settings -h
35+
spaid_gh_ruleset_basic_protect_main -h
36+
```
2937
3038
4. Configure GitHub following this
3139
[guide](https://guidebook.seedcase-project.org/operations/security#using-github-apps-to-generate-tokens):
@@ -37,7 +45,9 @@ _message_after_copy: |
3745
3846
5. List and complete all TODO items in the repository:
3947
40-
$ just list-todos
48+
``` bash
49+
just list-todos
50+
```
4151
4252
# Questions:
4353
is_seedcase_project:

0 commit comments

Comments
 (0)