dsherret / dax

Cross-platform shell tools for Deno and Node.js inspired by zx.
MIT License
1.02k stars 34 forks source link

feat: PathRef improvements and drop deno_std fs & path re-exports #171

Closed dsherret closed 1 year ago

dsherret commented 1 year ago

PathRef:

Removes $.fs and $.path re-exports of deno_std.

Closes #126 Closes #106

Part of #105