5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,918 stars (1,918 stars)129 forks (129 forks)batch import
bughelp wantedstale
Description
Does kyt work on Windows machines? I suspect not, and we should fix that.
Contributor guide
- Tech stack
- javascriptnodejsshell
- Domain
- build systemdeveloper experience
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Node.jscross platform developmentshell scripting
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- 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.