Files
swift-cli-doc/Examples/justfile
Michael Housh 78a632c3e5
All checks were successful
CI / Run tests. (push) Successful in 52s
feat: Adds more documentation and examples.
2024-12-08 18:27:31 -05:00

13 lines
320 B
Makefile

executable_path := "./.build/release/examples"
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