Skip to content

Latest commit

 

History

History
10 lines (4 loc) · 591 Bytes

README.md

File metadata and controls

10 lines (4 loc) · 591 Bytes

wslpath.ts - translate file system paths between WSL and Windows

Build Status

I found few projects with the same aim but the were either written in something else than TypeScript/JavaScript or were just calling wslpath application to do path translation. After some profiling I found out that I could not afford to create new process with native wslpath application every time I needed path translation. So I decided to create this library.

TODO: usage examples