eibens / edcb

A build tool and task runner for Deno.
MIT License
0 stars 0 forks source link

Add additional units for time and file size #21

Open eibens opened 3 years ago

eibens commented 3 years ago

Right the time formatter is limited to ms and s and the the byte formatter is limited to B and kB. Additional time units will be relevant once long running actions like #4 and #5 are implemented.

eibens commented 2 years ago

Right now, the only long running action is serve itself. When #28 is implemented will the additional time units become important.