-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathawan.json
More file actions
44 lines (44 loc) · 819 Bytes
/
Copy pathawan.json
File metadata and controls
44 lines (44 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"username": "codewithwan/awan",
"name": "awan",
"role": "a tiny living character for your terminal",
"stack": "Rust",
"stats": [
"stars:5",
"forks:1",
"contributors:2",
"version:v0.0.9",
"license:Apache-2.0"
],
"output": "assets/banner.gif",
"scenes": [
{
"act": "wave",
"say": "hi! welcome to {name}"
},
{
"act": "present",
"say": "{role}"
},
{
"act": "stroll",
"say": "built with {stack}, ships as one binary"
},
{
"act": "stats",
"say": "let's see how it's doing"
},
{
"act": "rocket",
"say": "npm i @codewithwan/awan"
},
{
"act": "launch",
"say": "...and it just runs"
},
{
"act": "dance",
"say": "star it if it made you smile!"
}
]
}