gitextract_uoq8f55i/ ├── .gitignore ├── .npmignore ├── .vscodeignore ├── LICENSE ├── README.md ├── package.json ├── src/ │ ├── bin/ │ │ └── index.ts │ ├── core/ │ │ ├── emitter.ts │ │ ├── index.ts │ │ ├── interfaces.ts │ │ ├── io.ts │ │ ├── parser.ts │ │ └── templates.ts │ ├── demo/ │ │ ├── interfaces.ts │ │ ├── katana.ts │ │ ├── main.ts │ │ └── ninja.ts │ └── lib/ │ └── index.ts └── tsconfig.json