ExYarn

This is a simple library for parsing Yarn lockfiles. The current is currently a mostly direct port of Yarn's own parser, so it's very imperative-like in many places. I do plan to improve this and make better use of Elixir and OTP's features and ecosystem in the future.

Installation

The package can be installed by adding ex_yarn to your list of dependencies in mix.exs:

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

Documentation

Please note that actual documentation has yet to be written, but the link below already works and will be updated once I have written some docs.

Documentation is generated with ExDoc and is published at https://hexdocs.pm/ex_yarn.

TODOs