1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:02:08 +02:00
tldr/pages.ko/common/npm-name.md
2024-11-16 07:33:14 +01:00

12 lines
369 B
Markdown

# npm name
> npm에서 패키지 또는 조직 이름이 사용 가능한지 확인.
> 더 많은 정보: <https://github.com/sindresorhus/npm-name-cli>.
- 특정 패키지 이름이 `npm` 레지스트리에서 사용 가능한지 확인:
`npm-name {{패키지}}`
- `npm` 레지스트리에서 유사한 패키지 이름 찾기:
`npm-name --similar {{패키지}}`