guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
138 stars 7 forks source link

feat: echo implementation #88

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

Resolves https://github.com/guybedford/chomp/issues/73 in providing a per-task and global task shell logging.

This also refactors the Task implementation to reference the direct Chompfile tasks, cutting down on duplicated logic and data.