Syer10 / Kotlin-Multiplatform-AppDirs

Kotlin Multiplatform AppDirs is a small library which provides a path to the platform dependent special folder/directory.
44 stars 2 forks source link

What about JS support for node on Windows/OS X/Linux? #6

Open nbransby opened 7 months ago

nbransby commented 7 months ago

Currently I have to use https://github.com/dirs-dev/directories-jvm for jvm and https://github.com/codingjerk/appdirsjs for node but just realised they return different locations for the same operating system

Syer10 commented 7 months ago

I have minimal experience on the web site of things, I am open to contributions for a web implementation

nbransby commented 7 months ago

I have actually found https://www.npmjs.com/package/env-paths which is much more aligned with the output of https://github.com/dirs-dev/directories-jvm, just leaving that here in case its useful for someone or serves as inspiration for a contribution to your lib