feat: Adds more documentation and examples.
All checks were successful
CI / Run tests. (push) Successful in 52s
All checks were successful
CI / Run tests. (push) Successful in 52s
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
executable_path := "./.build/release/examples"
|
||||
|
||||
run command="section":
|
||||
swift run examples {{command}}
|
||||
build:
|
||||
@swift build -c release
|
||||
|
||||
run command="section": build
|
||||
@{{executable_path}} {{command}}
|
||||
|
||||
snapshot command="section" outputDir="${PWD}": build
|
||||
@freeze --execute "{{executable_path}} {{command}}" \
|
||||
--output {{outputDir}}/"{{command}}.png" \
|
||||
--width 500
|
||||
|
||||
Reference in New Issue
Block a user