mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 08:22:09 +02:00
369 B
369 B
npm name
npm에서 패키지 또는 조직 이름이 사용 가능한지 확인. 더 많은 정보: https://github.com/sindresorhus/npm-name-cli.
- 특정 패키지 이름이
npm
레지스트리에서 사용 가능한지 확인:
npm-name {{패키지}}
npm
레지스트리에서 유사한 패키지 이름 찾기:
npm-name --similar {{패키지}}