dsherret / dax

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

Add Path.prototype.appendText and appendTextSync #187

Closed dsherret closed 6 months ago

dsherret commented 8 months ago

Would be nice for quickly appending text.

path.appendTextSync("some text");