mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 00:42:08 +02:00

* common/s*: add and update Korean translation * scamper: fix typo * Update pages.ko/common/simplehttpserver.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/steamcmd.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com> Co-authored-by: Chooooo <contact@choo.ooo>
24 lines
454 B
Markdown
24 lines
454 B
Markdown
# shards
|
|
|
|
> Crystal 언어를 위한 의존성 관리 도구.
|
|
> 더 많은 정보: <https://crystal-lang.org/reference/the_shards_command>.
|
|
|
|
- `shard.yml` 파일의 기본 골격 생성:
|
|
|
|
`shards init`
|
|
|
|
- `shard.yml` 파일에서 의존성 설치:
|
|
|
|
`shards install`
|
|
|
|
- 모든 의존성 업데이트:
|
|
|
|
`shards update`
|
|
|
|
- 설치된 모든 의존성 나열:
|
|
|
|
`shards list`
|
|
|
|
- 의존성의 버전 표시:
|
|
|
|
`shards version {{경로/대상/의존성_폴더}}`
|