ionic-team / ionic-cli

The Ionic command-line interface
MIT License
1.99k stars 640 forks source link

Use xdg compliant directories when available #5087

Open Theaninova opened 3 weeks ago

Theaninova commented 3 weeks ago

This PR makes the CLI use the standard config directory as per xdg spec when XDG_CONFIG_HOME is set.

As to not break existing installations, this behavior is overridden if ~/.ionic already exists and will fall back to the previous behavior.