[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,16 @@
# npm fund
> 패키지에서 자금 정보를 검색합니다.
> 더 많은 정보: <https://docs.npmjs.com/cli/v8/commands/npm-fund>.
- 현재 폴더에 있는 프로젝트에 대한 자금 조달 URL로 의존성을 나열:
`npm fund`
- 기본 웹 브라우저에서 특정 패키지에 대한 자금 조달 URL 공개:
`npm fund {{패키지}}`
- 현재 폴더에 있는 프로젝트의 특정 작업 공간([w]orkspace)에 대한 자금 조달 URL을 사용하여 종속성을 나열:
`npm fund -w {{작업 공간}}`