mirror of https://github.com/boa-dev/boa.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
387 B
37 lines
387 B
# The source tape file for creating the CLI intro GIF |
|
|
|
# Setup env |
|
Hide |
|
|
|
Set TypingSpeed 50ms |
|
Set Theme "GruvboxDark" |
|
Set Shell fish |
|
|
|
# boa_cli needs to be installed for the tape to run. |
|
Require boa |
|
|
|
Show |
|
|
|
Type "boa" |
|
|
|
Sleep 100ms |
|
|
|
Enter |
|
|
|
Type "2 + '2'" |
|
|
|
Enter |
|
|
|
Sleep 100ms |
|
|
|
Type "const sayHello = () => { return 'Hello World!' };" |
|
|
|
Enter |
|
|
|
Sleep 100ms |
|
|
|
Type "sayHello();" |
|
|
|
Enter |
|
|
|
Sleep 2s |