samterrell / barcode

Barcode library for Elixir/Erlang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Barcode

Make some barcodes...

Barcode.Code128.printable("Wikipedia")
|> IO.puts

Example

Installation

If available in Hex, the package can be installed as:

  1. Add barcode to your list of dependencies in mix.exs:

    def deps do [{:barcode, "~> 0.0.1"}] end

  2. Ensure barcode is started before your application:

    def application do [applications: [:barcode]] end

About

Barcode library for Elixir/Erlang


Languages

Language:Elixir 100.0%