xdg

Constants representing the XDG config locations or their standard defaults if not set
1.2.1 released
dscottboggs/xdg.cr
5 1
Scott Boggs

xdg

Constants representing the XDG config locations or their standard defaults if not set.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      xdg:
        github: dscottboggs/xdg.cr
    
  2. Run shards install

Usage

require "xdg"

File.open XDG.config_file("myapp") / "config.yml", mode: "w" do |config|
  myapp_config.to_yaml config
end
xdg:
  github: dscottboggs/xdg.cr
  version: ~> 1.2.1
License MIT
Crystal >= 0.35.1, < 2.0.0

Authors

  • Scott Boggs scott@tams.tech

Dependencies 0

Development Dependencies 0

Dependents 0

Last synced .
search fire star recently