Skip to content

Commit

Permalink
Badges and extractly
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDober committed Jul 4, 2024
1 parent 2f85f27 commit 8e9c65f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 16 deletions.
31 changes: 15 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# SimpleArgs
<!--
DO NOT EDIT THIS FILE
It has been generated from the template `README.md.eex` by Extractly (https://github.com/RobertDober/extractly.git)
and any changes you make in this file will most likely be lost
-->

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

## Installation
## Author

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `simple_args` to your list of dependencies in `mix.exs`:
Copyright © 2024 Robert Dober [email protected]

```elixir
def deps do
[
{:simple_args, "~> 0.1.0"}
]
end
```

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/simple_args>.
# LICENSE

GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 or later. Please refer to [LICENSE](LICENSE) for details.
<!--SPDX-License-Identifier: AGPL-3.0-or-later-->
16 changes: 16 additions & 0 deletions README.md.eex
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<%= xtra.do_not_edit_warning template: template %>

[![CI](https://github.com/RobertDober/simple_args/actions/workflows/elixir.yml/badge.svg)](https://github.com/RobertDober/simple_args/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/RobertDober/simple_args/badge.svg?branch=master)](https://coveralls.io/github/RobertDober/simple_args?branch=master)
[![Hex.pm](https://img.shields.io/hexpm/v/simple_args.svg)](https://hex.pm/packages/simple_args)
[![Hex.pm](https://img.shields.io/hexpm/dw/simple_args.svg)](https://hex.pm/packages/simple_args)
[![Hex.pm](https://img.shields.io/hexpm/dt/simple_args.svg)](https://hex.pm/packages/simple_args)

## Author

Copyright © 2024 Robert Dober [email protected]

# LICENSE

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

0 comments on commit 8e9c65f

Please sign in to comment.