denoland / wanted_modules

Is there a missing deno module that is preventing you from building something? Let us know here.
https://deno.land/x
46 stars 2 forks source link

Get disk usage in Deno #85

Open ptrxyz opened 1 year ago

ptrxyz commented 1 year ago

I am looking for something similar to the npm:diskusage package. It's based on GYP but a FFI port might not be that hard to do for someone more experienced with Deno. Is there anything in Deno land that does not rely on forking a child process (df and the like)?