mirror of https://github.com/boa-dev/boa.git
Kevin Ness
7 months ago
4 changed files with 51 additions and 46 deletions
@ -1,37 +1,4 @@
|
||||
Output cli/assets/boa_cli.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 |
||||
# The below path assumes that we are calling from Boa's root. |
||||
Source ./.github/tapes/boa_cli_src.tape |
||||
|
@ -0,0 +1,37 @@
|
||||
# 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 |
@ -0,0 +1,4 @@
|
||||
Output tmp/boa_cli.gif |
||||
|
||||
# The below path assumes that we are calling from Boa's root. |
||||
Source ./.github/tapes/boa_cli_src.tape |
Loading…
Reference in new issue