cloverfield-tools / cloverfield-tools/cf-package
Watch task / dev console.
- Dominant language
- JavaScript
- Stars
- 96
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
I almost always use a watch task to create a dedicated dev console that simply monitors for file changes and reruns unit tests. That way I always have lint and unit test results on the screen while I'm developing.
On save, the task should:
- lint
- run unit tests
Avoid any time-consuming activity. This should act like a realtime status monitor.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the repository's watch-task configuration and identify the existing lint and unit-test entry points. Run those commands first; done means a watch task reruns lint and unit tests on save while avoiding time-consuming activity.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing-qa, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100