Man page - pkgjs(1)
Packages contains this manual
- pkgjs-pjson(1)
- list-node-modules(1)
- pkgjs-install-minimal(1)
- pkgjs-main(1)
- dh_nodejs_build_debug_package(1)
- dh_nodejs_autodocs(1)
- nodepath(1)
- pkgjs-run(1)
- list-node-components(1)
- pkgjs-ln(1)
- mjs2cjs(1)
- pkgjs-lerna(1)
- del-node-component(1)
- add-node-component(1)
- dh_nodejs_substvars(1)
- pkgjs-utils(1)
- pkgjs(1)
apt-get install dh-nodejs
Manual
PKGJS
NAMEDESCRIPTION
AUTHOR
COPYRIGHT AND LICENSE
NAME
pkgjs - Wrapper to pkgjs-* commands, used to replace yarn during Debian packages build.
DESCRIPTION
pkgjs is a wrapper to pkgjs-* commands. For example "pkgjs ln yargs" launches "pkgjs-ln yargs". For some commands, it launches yarnpkg (1) or npm (1) if available.
|
• |
Ignored commands (do nothing) : cache , config , dedupe |
||
|
• |
Commands passed to yarnpkg/npm: explain , info , init |
||
|
• |
Direct mappings (launches the corresponding "pkgjs-*" command) : depends, easy-to-update, install-minimal, lerna, ln, ls, main, pjson, run, utils |
||
|
• |
More complex mappings: |
•
|
bin : launches which (1) |
||||
|
• |
exec : launches nodejs (1) |
|||
|
• |
install : |
•
|
if "PKGJS_INSTALL_OPTS" environment variable is set, launches pkgjs-install (1) with "PKGJS_INSTALL_OPTS" and given arguments |
|||
|
• |
else launches pkgjs-install-minimal (1) |
All other commands will fail.
AUTHOR
Yadd <yadd@debian.org>
COPYRIGHT AND LICENSE
Copyright (C) 2021 by Yadd <yadd@debian.org>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in ‘/usr/share/common-licenses/GPL-2’