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