zkat / npx

execute npm package binaries (moved)
https://github.com/npm/npx
Other
2.63k stars 105 forks source link

Manpage #81

Closed strugee closed 7 years ago

strugee commented 7 years ago

npx could use a manpage, just like npm.

Thanks for maintaining all this stuff <3

zkat commented 7 years ago

It has a manpage: man npx works already. Did it not work for you?

zkat commented 7 years ago

To be clear: https://github.com/zkat/npx/blob/latest/bin/package.template.json#L6 is where it gets included. And the build script generates the manpage from README.md at release time. I think very early versions of 9.0 failed to include the manpage, but the latest versions should definitely have it?

strugee commented 7 years ago

Weird. Doing npm install -g npm@latest again fixed it. Might've been a weird nvm thing?

zkat commented 7 years ago

maybe! idk

strugee commented 7 years ago

¯_(ツ)_/¯