flick

(★ 20)

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

파일 탐색기

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

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

asdf

설명 보기 ▼

여러 패키지 버전을 관리하기 위한 CLI(Command-line Interface) 입니다.
더 많은 정보: <https://asdf-vm.com/manage/commands.html>.

asdf plugin list all

사용 가능한 모든 플러그인을 나열:

asdf plugin add {{name}}

플러그인 설치:

asdf list all {{name}}

모든 사용 가능한 패키지 버전 나열:

🔍

docker compose down

설명 보기 ▼

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

설명 보기 ▼

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

설명 보기 ▼

IEx는 Elixir의 대화형 셸.
더 많은 정보: <https://manned.org/iex>.

iex

대화형 세션을 시작:

iex --erl "-kernel shell_history enabled"

역사를 기억하는 세션을 시작:

iex -S mix

Mix 프로젝트 파일 시작 및 로드:

🔍

mix

설명 보기 ▼

Elixir 프로젝트를 생성, 컴파일 및 테스트하고, 의존성을 관리하는 작업을 제공하는 빌드 도구.
더 많은 정보: <https://hexdocs.pm/mix/index.html>.

mix run {{my_script.exs}}

특정 파일 실행:

mix new {{project_name}}

새 프로젝트 생성:

mix compile

프로젝트 컴파일:

# 프로젝트 배지

  • 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