Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 292 Bytes

File metadata and controls

18 lines (12 loc) · 292 Bytes

Org

Implements an org-mode parser.

Further documentation is available on hexdocs.pm

Installation

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

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