dsherret / dax

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

feat: path API #97

Closed dsherret closed 1 year ago

dsherret commented 1 year ago

To add in the future:

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

sigmaSd commented 1 year ago

I implemented before some of the apis that you still have todo on https://github.com/sigmaSd/Path/blob/master/path.ts

Maybe you can find something useful there

dsherret commented 1 year ago

@sigmaSd neat! I also wanted something for file system manipulation. We might actually move this into deno_std in the future.

sigmaSd commented 1 year ago

That would be 🆒 , I guess dax is a chance to test the api first