chore: add demos (#118)
* chore: add dataset for demos * chore(demos): add demos * chore: update CONTRIBUTING * this copefully will fix comments gif
This commit is contained in:
parent
c0951c4769
commit
9bf72afc63
19 changed files with 204 additions and 2 deletions
20
vhs/Taskfile.yml
Normal file
20
vhs/Taskfile.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
version: "3"
|
||||
tasks:
|
||||
generate:
|
||||
deps:
|
||||
- comment
|
||||
- iferr
|
||||
- tags
|
||||
- impl
|
||||
|
||||
comment:
|
||||
cmd: vhs comment.tape
|
||||
|
||||
iferr:
|
||||
cmd: vhs iferr.tape
|
||||
|
||||
tags:
|
||||
cmd: vhs tags.tape
|
||||
|
||||
impl:
|
||||
cmd: vhs impl.tape
|
||||
Loading…
Add table
Add a link
Reference in a new issue