Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rudebono committed May 14, 2024
1 parent a5bf595 commit 137c9e7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 53 deletions.
1 change: 0 additions & 1 deletion .formatter.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1 @@
# AbsintheOneOf

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `absinthe_one_of` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:absinthe_one_of, "~> 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/absinthe_one_of>.

16 changes: 0 additions & 16 deletions lib/absinthe_one_of.ex
Original file line number Diff line number Diff line change
@@ -1,18 +1,2 @@
defmodule AbsintheOneOf do
@moduledoc """
Documentation for `AbsintheOneOf`.
"""

@doc """
Hello world.
## Examples
iex> AbsintheOneOf.hello()
:world
"""
def hello do
:world
end
end
11 changes: 3 additions & 8 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule AbsintheOneOf.MixProject do
use Mix.Project

def project do
def project() do
[
app: :absinthe_one_of,
version: "0.1.0",
Expand All @@ -11,18 +11,13 @@ defmodule AbsintheOneOf.MixProject do
]
end

# Run "mix help compile.app" to learn about applications.
def application do
def application() do
[
extra_applications: [:logger]
]
end

# Run "mix help deps" to learn about dependencies.
defp deps do
[
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
]
[]
end
end
8 changes: 0 additions & 8 deletions test/absinthe_one_of_test.exs

This file was deleted.

0 comments on commit 137c9e7

Please sign in to comment.