2.3.0
版本发布时间: 2020-07-28 00:30:13
denosaurs/denon最新发布版本:2.5.0(2022-02-07 02:14:52)
Sequential Scripts and Better Logging
Running sequential scripts is now very easy yet highly configurable. ⏩
{
"$schema": "https://deno.land/x/denon/schema.json",
"scripts": {
"test": {
"cmd": "deno lint --unstable && deno test",
"desc": "test my project"
}
}
}
We also have implemented a clearer logger, with info for sequential scripts and more. ✍️