node/deps/npm/doc/api/npm-bin.md

14 lines
289 B
Markdown
Raw Normal View History

npm-bin(3) -- Display npm bin folder
====================================
## SYNOPSIS
npm.commands.bin(args, cb)
## DESCRIPTION
Print the folder where npm will install executables.
This function should not be used programmatically. Instead, just refer
2014-11-05 07:08:12 +08:00
to the `npm.bin` property.