stil4m/elm-analyse

XDG Base Directory Support

Opened this issue · 1 comments

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!