adding touch file to specific directory
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 5.9k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
Describe the enhancement
in the actions/io, we need a way to create a file with content, things like echo "this shell" > ex.sh or by pathing a blob into it
Code Snippet
io.touch('path/to/location',string of content)
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
Start in actions/io and inspect the existing io.touch entry point and related file operations. The work is complete when a path and string or blob content can be passed to create the file in the requested directory, with coverage for that behavior if the surrounding implementation has tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100