Investigate the build scripts in package.json and any shell scripts used by kyt. Identify commands that assume Unix like environment (e.g., rm, cp, path separators). Propose changes using cross platform alternatives like rimraf, cross env, or path.join. Test the tool on a Windows environment or set up CI with Windows runners.
Make kyt work on Windows · nytimes/kyt#18 | Good First Issue