gitextract_ijhrzzvx/ ├── .github/ │ ├── FUNDING.yml │ └── workflows/ │ ├── dependencies.yml │ ├── release.yml │ └── test.yml ├── .gitignore ├── .lintstagedrc.json ├── .oxfmtrc.jsonc ├── .oxlintrc.jsonc ├── CHANGELOG.md ├── LICENSE ├── README.md ├── bin/ │ ├── external/ │ │ ├── nano-spawn.ts │ │ ├── speed-highlight.ts │ │ ├── strip-json-comments.ts │ │ ├── yocto-spinner.ts │ │ └── yoctocolors.ts │ ├── index.ts │ └── utils/ │ ├── clone-action.ts │ ├── copy-dir.ts │ ├── get-default-branch.ts │ ├── interactive-picker.ts │ ├── parse-time-string.ts │ ├── transform-url.ts │ ├── update-notifier.ts │ └── use-config.ts ├── lefthook.yml ├── package.json ├── tests/ │ ├── cli.test.ts │ ├── fixtures.jsonc │ └── tree.mjs ├── tsconfig.json ├── tsdown.config.ts └── types/ └── package.json.d.ts