npm-explore

설치된 팩키지를 탐색

Synopsis

npm explore <pkg> [ -- <cmd>]

Description

지정된 설치 팩키지의 디렉터리에서 서브 쉘을 실행시킵니다.

명령어가 지정되면, 서브 쉘상에서 명령어를 실행한 후 즉시 쉘을 종료합니다.

node_modules폴더 내에 있는 git 서브 모듈내에서 편리하게 사용할 수 있습니다.

npm explore some-dependency -- git pull origin master

이후에 팩키지가 자동으로 다시 빌드되지 않는 다는 점에 유의해야합니다. npm rebuild <pkg>를 사용해서 빌드해야합니다.

Configuration

shell

  • Default: SHELL 환경변수, 또는 Posix상에서는 "bash", Windows상에서는 "cmd"
  • Type: path

npm explore 명령에서 실행할 쉘

results matching ""

    No results matching ""