4 Commits

Author SHA1 Message Date
79b8423a9b
test(gsheet2env): add comprehensive tests for header and column handling
Tests cover:
- 3-column input with header skip (--no-header flag)
- Extra columns ignored (columns beyond 3rd are discarded)
- 2-column input (no comment column)
- Empty comment column handling
- Comment preservation
- Multi-line values and comments
- Single quote escaping
- Invalid key error
- Export prefix optional
- Empty key produces blank line
2026-03-25 06:41:14 -06:00
7513e62a6c
feat(gsheet2env): add -d to change delimiter 2025-10-13 15:21:02 -06:00
f882bfc139
feat(gsheet2env): add tool to convert csv to .env 2025-10-13 14:58:21 -06:00
24ec3f021d
feat(gsheet2csv): parse URLs and CSVs with comments 2025-10-13 14:58:21 -06:00