fix(ScafTemplate): Use interactive shell for post-scaffold scripts; update CI workflows and package metadata

This commit is contained in:
2025-08-17 15:56:11 +00:00
parent b2ba770b78
commit abc7cbc5ea
21 changed files with 187 additions and 77 deletions

View File

@@ -1,3 +1,6 @@
# this is a wow
# this is a here
# this is a undefined variable

View File

@@ -1 +1,2 @@
# some undefined variable
# some undefined variable

View File

@@ -1 +1 @@
# param1 10
# param1 10

View File

@@ -1 +1 @@
awesome!
awesome!

View File

@@ -1,3 +1,5 @@
# this is a from default yaml
# this is a this is another value from yml
# this is a undefined variable

View File

@@ -10,4 +10,4 @@ dependencies:
- ../test_template_2
runafter:
- echo 'runafter'
- echo 'runafter'

View File

@@ -1 +1 @@
awesome!
awesome!

View File

@@ -1,6 +1,9 @@
---
fileName: anothername.yml
---
# this is a {{templateObject.value1}}
# this is a {{templateObject.value2}}
# this is a {{templateVar3}}

View File

@@ -1,3 +1,5 @@
# this is a {{templateVar1}}
# this is a {{templateVar2}}
# this is a {{templateVar3}}

View File

@@ -1,4 +1,5 @@
---
fileName: changedname.md
---
# some {{wow}}
# some {{wow}}

View File

@@ -1 +1 @@
# param1 {{node_version}}
# param1 {{node_version}}