mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08:00
265 B
265 B
bun pm bin
bin디렉토리의 경로를 출력. 더 많은 정보: https://bun.com/docs/pm/cli/pm#bin.
- 로컬 프로젝트의
bin디렉토리 경로 출력:
bun pm bin
- 전역
bin디렉토리 경로 출력:
bun pm bin {{[-g|--global]}}