XeeThemeScript
Installation
-
Add
xeethemescriptto your list of dependencies inmix.exs:
```elixir
def deps do
[{:xeethemescript, "~> 0.1.0"}]
end
```-
Ensure
xeethemescriptis started before your application:
```elixir
def application do
[applications: [:xeethemescript]]
end
```