Skip to content

Commit 8e9c65f

Browse files
committedJul 4, 2024
Badges and extractly
1 parent 2f85f27 commit 8e9c65f

File tree

2 files changed

+31
-16
lines changed

2 files changed

+31
-16
lines changed
 

‎README.md

+15-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
# SimpleArgs
1+
<!--
2+
DO NOT EDIT THIS FILE
3+
It has been generated from the template `README.md.eex` by Extractly (https://github.com/RobertDober/extractly.git)
4+
and any changes you make in this file will most likely be lost
5+
-->
26

3-
**TODO: Add description**
7+
[![CI](https://github.com/RobertDober/simple_args/actions/workflows/elixir.yml/badge.svg)](https://github.com/RobertDober/simple_args/actions/workflows/ci.yml)
8+
[![Coverage Status](https://coveralls.io/repos/github/RobertDober/simple_args/badge.svg?branch=master)](https://coveralls.io/github/RobertDober/simple_args?branch=master)
9+
[![Hex.pm](https://img.shields.io/hexpm/v/simple_args.svg)](https://hex.pm/packages/simple_args)
10+
[![Hex.pm](https://img.shields.io/hexpm/dw/simple_args.svg)](https://hex.pm/packages/simple_args)
11+
[![Hex.pm](https://img.shields.io/hexpm/dt/simple_args.svg)](https://hex.pm/packages/simple_args)
412

5-
## Installation
13+
## Author
614

7-
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
8-
by adding `simple_args` to your list of dependencies in `mix.exs`:
15+
Copyright © 2024 Robert Dober robert.dober@gmail.com
916

10-
```elixir
11-
def deps do
12-
[
13-
{:simple_args, "~> 0.1.0"}
14-
]
15-
end
16-
```
17-
18-
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
19-
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
20-
be found at <https://hexdocs.pm/simple_args>.
17+
# LICENSE
2118

19+
GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 or later. Please refer to [LICENSE](LICENSE) for details.
20+
<!--SPDX-License-Identifier: AGPL-3.0-or-later-->

‎README.md.eex

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<%= xtra.do_not_edit_warning template: template %>
2+
3+
[![CI](https://github.com/RobertDober/simple_args/actions/workflows/elixir.yml/badge.svg)](https://github.com/RobertDober/simple_args/actions/workflows/ci.yml)
4+
[![Coverage Status](https://coveralls.io/repos/github/RobertDober/simple_args/badge.svg?branch=master)](https://coveralls.io/github/RobertDober/simple_args?branch=master)
5+
[![Hex.pm](https://img.shields.io/hexpm/v/simple_args.svg)](https://hex.pm/packages/simple_args)
6+
[![Hex.pm](https://img.shields.io/hexpm/dw/simple_args.svg)](https://hex.pm/packages/simple_args)
7+
[![Hex.pm](https://img.shields.io/hexpm/dt/simple_args.svg)](https://hex.pm/packages/simple_args)
8+
9+
## Author
10+
11+
Copyright © 2024 Robert Dober robert.dober@gmail.com
12+
13+
# LICENSE
14+
15+
GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 or later. Please refer to [LICENSE](LICENSE) for details.
16+
<!--SPDX-License-Identifier: AGPL-3.0-or-later-->

0 commit comments

Comments
 (0)