gitextract_wxdegntt/ ├── .babelrc ├── .gitignore ├── .huskyrc.json ├── .npmignore ├── .npmrc ├── .prettierrc.json ├── .travis.yml ├── CHANGELOG.md ├── LICENSE ├── README.md ├── bin/ │ └── task.js ├── jest.config.js ├── package.json ├── src/ │ ├── index.spec.ts │ └── index.ts ├── test/ │ ├── __snapshots__/ │ │ └── e2e.spec.ts.snap │ ├── e2e.spec.ts │ └── sandbox/ │ ├── package.json │ ├── scripts/ │ │ ├── color.js │ │ ├── error.js │ │ └── hello.js │ └── tasksfile.js ├── tsconfig.json └── tslint.json