Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keathley/butler_tableflip
Flipping tables with butler
https://github.com/keathley/butler_tableflip
Last synced: about 1 month ago
JSON representation
Flipping tables with butler
- Host: GitHub
- URL: https://github.com/keathley/butler_tableflip
- Owner: keathley
- License: mit
- Created: 2015-12-04T20:39:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T20:34:51.000Z (almost 9 years ago)
- Last Synced: 2024-10-10T01:21:18.368Z (2 months ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Flipping tables with butler. (Examples and funny stuff)
- fucking-awesome-elixir - butler_tableflip - Flipping tables with butler. (Examples and funny stuff)
- awesome-elixir - butler_tableflip - Flipping tables with butler. (Examples and funny stuff)
README
# ButlerTableflip
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), 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"}]
end2. Ensure butler_tableflip is started before your application:
def application do
[applications: [:butler_tableflip]]
end