We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec22313 commit 46aa635Copy full SHA for 46aa635
2 files changed
README.md
@@ -98,7 +98,7 @@ where
98
- [`go`](./src/go): For a default Go toolchain.
99
100
- `[args...]` are optional arguments passed to `copier`. If you want to
101
- overwrite by default use `-w`.
+ overwrite by default use `-w` and not answer `Y` all the time.
102
103
## Containerized
104
justfile
@@ -29,7 +29,8 @@ create-impl *args:
29
30
[[ "$template" =~ generic|rust|go|python ]] ||
31
ci::die "No such template '$template' to template"
32
- [ -d "$destination" ] || ci::die "Destination '$destination' does not exist."
+
33
+ mkdir -p "$destination"
34
cd "{{root_dir}}"
35
36
ci::print_info "Rendering 'generic' template ... "
0 commit comments