Initial dataxl CLI

This commit is contained in:
2026-06-26 21:12:47 +09:00
commit fab059bc0a
9 changed files with 1066 additions and 0 deletions

16
examples/people.yaml Normal file
View File

@@ -0,0 +1,16 @@
- id: 1
user:
name: Alice
email: alice@example.com
department: Sales
items:
- sku: A-001
qty: 2
- id: 2
user:
name: Bob
email: bob@example.com
department: Engineering
items:
- sku: B-002
qty: 5