Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plist

An Elixir library to parse files in Apple's binary property list format.

Installation

Add plist to your list of dependencies in mix.exs:

def deps do
  [{:plist, "~> 0.0.6"}]
end

## Usage

plist = File.read!(path) |> Plist.decode()

About

An Elixir library to parse files in Apple's binary property list format

Resources

Stars

11 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages