gitextract_b_g0ihly/ ├── .gitignore ├── .vscode/ │ └── settings.json ├── LICENSE ├── README.md ├── deno.json ├── mod.ts ├── scripts/ │ ├── build_npm.json │ └── build_npm.ts └── src/ ├── option.ts ├── result.ts └── tests/ ├── option.test.ts └── result.test.ts