Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
MQpeng committed May 20, 2024
1 parent 63b19a5 commit 22cfe9a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/liquid/__name__.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log(`{{ "Hello World" | downcase | split: " " | first | append: "!"}}`);
23 changes: 23 additions & 0 deletions examples/liquid/schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "liquid",
"alias": [
"l"
],
"description": "cg example with liquid driver",
"driver": "liquid",
"flags": [
{
"name": "name",
"alias": [
"n"
],
"require": true,
"description": "the var name"
},
{
"name": "age",
"default": "12",
"description": "the var age"
}
]
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.26
0.0.27

0 comments on commit 22cfe9a

Please sign in to comment.