Popularity
1.0
Declining
Activity
0.0
Stable
2
3
0

Monthly Downloads: 10
Programming language: Elixir
License: MIT License
Latest version: v0.0.1

butler_tableflip alternatives and similar packages

Based on the "Examples and funny stuff" category.
Alternatively, view butler_tableflip alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of butler_tableflip or a related project?

Add another 'Examples and funny stuff' Package

README

ButlerTableflip

TODO: Add description

Installation

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

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

    def deps do
      [{:butler_tableflip, "~> 0.0.1"}]
    end
    
  2. Ensure butler_tableflip is started before your application:

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