导入文章列表,自动识别并进行选题
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
预期动作
支持以某个文件为参数,读取文件内容,并进行批量选题
当前动作
无
可能的解决方案
利用 readline,并调用处理器处理
内容
批量选题
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin at the CLI entry point and locate the existing article-selection handler; the issue suggests using readline for file input. Done means accepting a file argument, reading its contents, and processing the entries in batch; no specific test is named.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100