-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f85f27
commit 8e9c65f
Showing
2 changed files
with
31 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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--> |