123ishaTest / 123ishaTest/louter
Add a `writeToFile` helper method
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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)
Contributor guide
No contributing guide indexed for this repository
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100