2021-03-30 06:10:41 +00:00
2021-03-29 20:04:07 +00:00
2021-03-29 20:04:07 +00:00
2021-03-29 20:04:07 +00:00
2021-03-29 20:04:07 +00:00
2021-03-29 20:06:33 +00:00

Dotzip

Installation

If available in Hex, the package can be installed by adding dotzip to your list of dependencies in mix.exs:

def deps do
  [
    {:dotzip, "~> 0.1.0"}
  ]
end

Decoding Example

create a zip file

cd /tmp
echo test > test
zip test.zip test

extract information

{:ok, file} = :file.read_file("/tmp/test.zip")
Dotzip.decode(file)

Resources

Notes

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/dotzip.

Description
No description provided
Readme 102 KiB
Languages
Elixir 100%