[ko]: add npm_*, npx for common (#10986)

This commit is contained in:
HoJeong Im
2023-10-17 01:33:12 +09:00
committed by GitHub
parent 188d79df92
commit 6fee02a1e1
8 changed files with 165 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# npm-check
> 오래되고, 부정확하고, 사용되지 않는 npm 패키지 의존성을 확인하세요.
> 더 많은 정보: <https://github.com/dylang/npm-check>.
- 오래되고, 부정확하고, 사용되지 않는 의존성에 대한 보고서 표시:
`npm-check`
- 오래된 패키지를 대화형으로 업데이트:
`npm-check --update`
- 메시지를 표시하지 않고 모든 항목을 업데이트:
`npm-check --update-all`
- 사용하지 않은 패키지를 확인하지 않음:
`npm-check --skip-unused`