2025-03-14 21:59:59 -06:00
|
|
|
# just
|
|
|
|
|
|
|
|
|
|
> 프로젝트별 명령을 저장하고 실행.
|
2026-02-18 06:55:01 -07:00
|
|
|
> 더 많은 정보: <https://manned.org/just>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- justfile에서 지정된 레시피 실행:
|
|
|
|
|
|
|
|
|
|
`just {{레시피}}`
|
|
|
|
|
|
|
|
|
|
- 프로젝트 루트에 새 justfile 초기화:
|
|
|
|
|
|
|
|
|
|
`just --init`
|
|
|
|
|
|
|
|
|
|
- 기본 편집기로 justfile 편집:
|
|
|
|
|
|
|
|
|
|
`just -e`
|
|
|
|
|
|
|
|
|
|
- justfile에 있는 사용 가능한 레시피 나열:
|
|
|
|
|
|
|
|
|
|
`just -l`
|
|
|
|
|
|
|
|
|
|
- justfile 출력:
|
|
|
|
|
|
|
|
|
|
`just --dump`
|