Skip to content

Commit 45e9ff9

Browse files
committed
feat: add comprehensive VHS demo tapes for STRUCT features
- Add 8 VHS tape files demonstrating key STRUCT capabilities - Include basic-usage.tape for core commands (list, info, generate) - Add yaml-config.tape showing custom YAML configuration creation - Include mappings-demo.tape for external mappings and template variables - Add multiple-mappings.tape showcasing new deep merge feature - Include advanced-features.tape for dry-run, file strategies, validation - Add remote-content.tape for GitHub/HTTP content fetching - Include schema-generation.tape for IDE integration support - Add comprehensive README.md with tape documentation and usage instructions - Update GitHub Actions workflow to generate all tapes automatically These tapes provide visual documentation for users to understand STRUCT's capabilities through animated GIF demonstrations.
1 parent da51d5c commit 45e9ff9

9 files changed

Lines changed: 722 additions & 0 deletions

.github/workflows/generate-terminal-gifs.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ jobs:
1313
matrix:
1414
tapes:
1515
- 'docs/vhs/install.tape'
16+
- 'docs/vhs/basic-usage.tape'
17+
- 'docs/vhs/yaml-config.tape'
18+
- 'docs/vhs/mappings-demo.tape'
19+
- 'docs/vhs/multiple-mappings.tape'
20+
- 'docs/vhs/advanced-features.tape'
21+
- 'docs/vhs/remote-content.tape'
22+
- 'docs/vhs/schema-generation.tape'
1623
runs-on: ubuntu-latest
1724
steps:
1825
- name: Checkout

0 commit comments

Comments
 (0)