elm-analyse
elm-analyse copied to clipboard
XDG Base Directory Support
Hi,
Just wondering if there is a plan to support the XDG format for storing config/cache files in set locations rather than direct in the home file.
This link details the concept https://wiki.archlinux.org/index.php/XDG_Base_Directory
Currently Elm itself allows the customization of where it stores its generated files using the ELM_HOME environment variable. Either supporting the XDG format, using the ELM_HOME location or using an ELM_ANALYSE location would all be potential solutions.
And a CLI option to specify .elm-analyse folder location would be great, too!