gitextract_e_zysvqr/ ├── .editorconfig ├── .gitattributes ├── .gitignore ├── .npmrc ├── changelog.md ├── code-of-conduct.md ├── index.js ├── license ├── package.json ├── readme.md ├── template/ │ ├── assets.yml │ └── release.yml ├── test.js └── utils/ ├── downloadAssets.js ├── exitClone.js ├── finishLine.js ├── handleError.js ├── handleTemplate.js ├── query.js ├── sbx.js ├── shouldCancel.js └── welcome.js