0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript412 stars (412 stars)20 forks (20 forks)batch import
enhancementhelp wanted
Description
Still have no idea how to do that
Contributor guide
- Tech stack
- javascriptnodejs
- Domain
- clideveloper experience
- Issue type
- feature
- 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.
- 1-3 hours
- 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.jsCLI toolsfile watching
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- Start by examining the repository structure and the main entry point (e.g., index.js or cli.js). The issue lacks details on how the tool currently works and what exactly should be watched. Look for similar watch implementations in other CLI tools to understand common patterns. Since the issue author admits they have no idea, any implementation will require clarifying the expected behavior with the maintainer. Check the package.json for any existing dependencies that could aid file watching (e.g., chokidar).