dsherret / dax

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

feat: PathRef - simplify symlink creation functions #118

Closed bartlomieju closed 1 year ago

bartlomieju commented 1 year ago

Removes all symlink creation functions and replaces them with a single createSymlinkTo/createSymlinkToSync function.

Closes https://github.com/dsherret/dax/issues/115