edouardmenayde / iconer

Manage your svg icons without depending on any external service in a simple web interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iconer

Hex.pm

Iconer lets you manager your svg icons without depending on any external service in a simple web interface. You just add Iconer as a dev dependency to your project and you can manage your icons.

Installation

If available in Hex, the package can be installed by adding iconer to your list of dependencies in mix.exs:

def deps do
  [
    {:iconer, "~> 0.1.1-alpha", only: :dev}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/iconer.

Setup

config :iconer, :sets, [
  %{
    name: "RebelMarket", # Name of an icon set
    path: "examples/rebel" # Path to an icon set
  },
  %{
    name: "Omega",
    path: "examples/omega"
  }
]
config :iconer, :port, 4545 # (optional: default port is 1212)

Todo

  • Add filtering
  • Add import
  • Add updating
  • Add deletion

Attributions

About

Manage your svg icons without depending on any external service in a simple web interface.

License:Other


Languages

Language:HTML 66.9%Language:Elixir 33.1%