piacerex / gold_needle

Various web page generator in Phoenix(Elixir Web Framework)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GooldNeedle

GooldNeedle is a Various web page generator in Phoenix(Elixir Web Framework).

Installation

Create Phoenix Project. Here is an example:

# mix phx.new sample
# cd sample

Add to your mix.exs file:

def deps do
  [
    { :gold_needle, "~> 0.0.3" }
  ]
end

Then Replace index.html.eex to SPA and execute Phoenix.

# mix deps.get
# mix needle.sting
* creating lib/hoge_web/templates/page/index.html.eex
lib/hoge_web/templates/page/index.html.eex already exists, overwrite? [Yn] Y
# mix phx.server

Let's browse at the http://localhost:4000

License

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

About

Various web page generator in Phoenix(Elixir Web Framework)

License:Apache License 2.0


Languages

Language:Elixir 72.5%Language:HTML 27.5%