README.md

# GooldNeedle

[GooldNeedle](https://hex.pm/packages/gold_needle) is a Various web page generator in Phoenix(Elixir Web Framework). Here is an example:

```
# mix needle.sting
60
```

See the [online documentation](https://hexdocs.pm/gold_needle).

## Installation

Add to your ```mix.exs``` file:

```elixir
def deps do
  [
    { :gold_needle, "~> 0.0.1" }
  ]
end
```

## License
This project is licensed under the terms of the Apache 2.0 license, see LICENSE.