File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ hide :
3+ - toc
4+ ---
5+
16# modern-python
27
38[ ![ Copier] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-purple.json )] ( https://github.com/copier-org/copier )
@@ -25,12 +30,18 @@ or [install uv](https://docs.astral.sh/uv/getting-started/installation/) to inst
2530
2631To install Copier and Copier Template-Extensions, use [ uv] ( https://docs.astral.sh/uv/ ) :
2732
28- ``` bash
29- uv tool install copier --with copier-template-extensions
33+ <!-- termynal -->
34+
35+ ```
36+ $ uv tool install copier --with copier-template-extensions
37+ ---> 100%
38+ Installed 1 executable: copier
3039```
3140
3241Run ` copier copy ` to generate your Python package:
3342
34- ``` bash
35- copier copy --trust gh:leodevian/modern-python $DESTINATION_PATH
43+ <!-- termynal -->
44+
45+ ```
46+ $ copier copy --trust gh:leodevian/modern-python ./path/to/directory
3647```
Original file line number Diff line number Diff line change @@ -66,3 +66,4 @@ markdown_extensions:
6666
6767plugins :
6868 - search
69+ - termynal
You can’t perform that action at this time.
0 commit comments