-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.md.eex
37 lines (20 loc) · 1.53 KB
/
README.md.eex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Extractly
<%= xtra.do_not_edit_warning template: template %>
[![CI](https://github.com/RobertDober/extractly/actions/workflows/ci.yml/badge.svg)](https://github.com/RobertDober/extractly/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/RobertDober/extractly/badge.svg?branch=master)](https://coveralls.io/github/RobertDober/extractly?branch=master)
[![Hex.pm](https://img.shields.io/hexpm/v/extractly.svg)](https://hex.pm/packages/extractly)
[![Hex.pm](https://img.shields.io/hexpm/dw/extractly.svg)](https://hex.pm/packages/extractly)
[![Hex.pm](https://img.shields.io/hexpm/dt/extractly.svg)](https://hex.pm/packages/extractly)
<%= xtra.toc :self, max_level: 3, gh_links: true %>
<%= xtra.moduledoc "Extractly", headline: 2, include: :all, wrap_code_blocks: "elixir" %>
<%= xtra.moduledoc "Extractly.Toc", headline: 2, include: :all, wrap_code_blocks: "elixir" %>
<%= xtra.moduledoc "Mix.Tasks.Xtra", headline: 2, include: :all, wrap_code_blocks: "elixir" %>
<%= xtra.moduledoc "Mix.Tasks.Xtra.Help", headline: 2, include: :all, wrap_code_blocks: "elixir" %>
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/extractly](https://hexdocs.pm/extractly).
## Author
Copyright © 20[18-21] Robert Dober, [email protected],
# LICENSE
Same as Elixir, which is Apache License v2.0. Please refer to [LICENSE](LICENSE) for details.
<!-- SPDX-License-Identifier: Apache-2.0 -->