123ishaTest / 123ishaTest/louter
Add a `writeToFile` helper method
未关闭
适合新手
good first issue
- 主要语言
- TypeScript
- 星标
- 1
- 派生
- 1
- PR 合并指标
- 30 天内没有已合并 PR
描述
Multiple stages like writing object to files, whether it is JSON schema or a config object.
Add a `writeToFile` utility function such that they are all formatted the same (JSON.stringify args and ending newline)
贡献指南
这个仓库没有索引到贡献指南
调研方向
Look for existing utility functions in the codebase, likely in a utils or helpers directory. The function should accept an object and a file path, use JSON.stringify with consistent formatting (like 2-space indentation), and append a newline. Check how other stages write files to understand the expected pattern. Write a test to verify the output format.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, typescript
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 65/100