Files
nixpkgs/doc/hooks/nodejs-install-manuals.section.md
2026-02-19 14:16:28 -05:00

13 lines
387 B
Markdown

# nodejsInstallManuals {#nodejs-install-manuals}
Detects manuals in Node.js packages, and attempts to install them in standard locations.
This detection is done by inspecting the package.json of the project and finding any entries
with type `man`.
There are no ways currently to configure this hook.
## Examples {#nodejs-install-manuals-example}
[](#npm-build-hook-example-snippet)