Support for juicing entire directories
Open
- Dominant language
- JavaScript
- Stars
- 3.3k
- Forks
- 233
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 8
Description
Workaround is something like this `find coverage/srcbackup -name '*.html' | xargs -P 16 -I@ yarn juice @ @`
but it would be great if juice had native support for doing this as I suspect it'd be faster
Contributor guide
Research direction
Reproduce the current workaround with `find coverage/srcbackup -name '*.html' | xargs -P 16 -I@ yarn juice @ @`. Then trace the `yarn juice` command entry point and existing input handling; the work is done when native directory input processes the relevant HTML files without requiring the external `find` and `xargs` pipeline.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100