flick

(★ 20)

Flick is a simple Elixir / Phoenix LiveView app that helps capture ranked votes.

File Explorer

  • .credo.exs
  • .formatter.exs
  • .gitignore
  • .sobelow-conf
  • .tool-versions
  • AGENTS.md
  • CLAUDE.md
  • compose.yml
  • LICENSE
  • mix.exs
  • mix.lock
  • README.md
  • render.yaml

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

asdf

View Details ▼

Manage versions of different packages.

asdf plugin list all

List all available plugins:

asdf plugin add {{name}}

Install a plugin:

asdf list all {{name}}

List all available versions for a package:

🔍

docker compose down

View Details ▼

Stop and remove containers, networks, images, and volumes created by `docker compose up`.

docker compose down

Stop and remove all containers and networks:

docker compose down --rmi all

Stop and remove containers, networks, and all images used by services:

docker compose down --rmi local

Stop and remove containers, networks, and only images without a custom tag:

🔍

docker compose up

View Details ▼

Start and run Docker services defined in a Compose file.

docker compose up

Start all services defined in the docker-compose file:

docker compose up {{[-d|--detach]}}

Start services in the background (detached mode):

docker compose up --build

Start services and rebuild images before starting:

🔍

iex

View Details ▼

IEx is the interactive shell for Elixir.

iex

Start an interactive session:

iex --erl "-kernel shell_history enabled"

Start a session that remembers history:

iex -S mix

Start and load Mix project files:

🔍

mix

View Details ▼

Build tool that provides tasks for creating, compiling, and testing Elixir projects, managing its dependencies, and more.

mix run {{my_script.exs}}

Execute a particular file:

mix new {{project_name}}

Create a new project:

mix compile

Compile project:

# Project Badges

  • Still frame from the movie Election, the character Tracy Flick is holding up a cupcake with the lettering "Pick Flick" across the icing. Still frame from the movie Election, the character Tracy Flick is holding up a cupcake with the lettering "Pick Flick" across the icing.
// repository documentation