Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33103596
mix.exs
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
mix.exs
View Options
defmodule
AutoLinker.Mixfile
do
use
Mix.Project
@version
"0.2.2"
def
project
do
[
app
:
:auto_linker
,
version
:
@version
,
elixir
:
"~> 1.4"
,
build_embedded
:
Mix
.
env
()
==
:prod
,
start_permanent
:
Mix
.
env
()
==
:prod
,
deps
:
deps
(),
docs
:
[
extras
:
[
"README.md"
]],
package
:
package
(),
name
:
"AutoLinker"
,
description
:
"""
AutoLinker is a basic package for turning website names into links.
"""
]
end
# Configuration for the OTP application
def
application
do
# Specify extra applications you'll use from Erlang/Elixir
[
extra_applications
:
[
:logger
]]
end
# Dependencies can be Hex packages:
defp
deps
do
[
{
:ex_doc
,
"~> 0.19"
,
only
:
:dev
,
runtime
:
false
},
{
:earmark
,
"~> 1.2"
,
only
:
:dev
,
override
:
true
},
{
:credo
,
"~> 1.0.0"
,
only
:
[
:dev
,
:test
],
runtime
:
false
}
]
end
defp
package
do
[
maintainers
:
[
"Stephen Pallen"
],
licenses
:
[
"MIT"
],
links
:
%{
"Github"
=>
"https://github.com/smpallen99/auto_linker"
},
files
:
~w(lib README.md mix.exs LICENSE)
]
end
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Tue, Jan 20, 2:00 PM (17 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
934137
Default Alt Text
mix.exs (1 KB)
Attached To
Mode
R19 linkify
Attached
Detach File
Event Timeline
Log In to Comment