Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 264 Bytes

exec.md

File metadata and controls

15 lines (9 loc) · 264 Bytes

npm-exec(1) -- Add local package binaries to path and execute command

SYNOPSIS

npm exec

DESCRIPTION

Adds the local package bin path (eg. node_modules/.bin) before executing the command.

SEE ALSO

  • npm-bin(1)