.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "PKGJS-UTILS 1p" .TH PKGJS-UTILS 1p "2022-03-09" "perl v5.32.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" pkgjs\-utils \- Nodejs package utilities .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 10 \& $ cd node\-glob \& $ pkgjs\-utils main \& # prints: glob \& $ pkgjs\-main \& # alias for pkgjs\-utils main \& $ pkgjs\-utils components_list \& # prints: \& # globalyzer \& # globrex \& # tiny\-glob \& # types\-glob \& $ pkgjs\-utils modules_list \& # prints: \& # globalyzer \& # globrex \& # tiny\-glob \& # @types/glob \& $ pkgjs\-utils pjson . \& # prints: { } \& $ pkgjs\-pjson . \& # alias for pkgjs\-utils pjson . \& $ cd ../node\-jest \& $ pkgjs\-pjson packages/jest\-diff \& # prints: { } \& $ pkgjs\-pjson packages/jest\-diff version \& # prints: 27.2.5 \& $ pkgjs\-utils pjson . scripts test \& # prints: jest \& $ pkgjs\-utils pjson packages/jest\-diff scripts test \& $ pkgjs\-utils ln webpack \& # prints: \*(Aqwebpack linked into node_modules \& $ pkgjs\-utils ln @types/node \& # prints: \*(Aq@types/node\*(Aq linked into node_modules \& $ pkgjs\-ln @types/node \& # same as pkgjs\-utils ln @types/node .Ve .SH "DESCRIPTION" .IX Header "DESCRIPTION" Collection of little commands to read /package.json overridden by debian/nodejs//* files. .SS "Available commands" .IX Subsection "Available commands" .IP "\fBlink_test_modules\fR" 4 .IX Item "link_test_modules" .PD 0 .IP "\fBlink_external_modules\fR" 4 .IX Item "link_external_modules" .IP "\fBlink_internal_modules\fR" 4 .IX Item "link_internal_modules" .IP "\fBlink_build_modules\fR" 4 .IX Item "link_build_modules" .IP "\fBclean_test_modules\fR" 4 .IX Item "clean_test_modules" .IP "\fBclean_external_modules\fR" 4 .IX Item "clean_external_modules" .IP "\fBclean_internal_modules\fR" 4 .IX Item "clean_internal_modules" .IP "\fBclean_build_modules\fR" 4 .IX Item "clean_build_modules" .IP "\fBln\fR" 4 .IX Item "ln" .IP "\fBcomponents_list\fR" 4 .IX Item "components_list" .IP "\fBmodules_list\fR" 4 .IX Item "modules_list" .IP "\fBpjson\fR" 4 .IX Item "pjson" .IP "\fBmain\fR" 4 .IX Item "main" .IP "\fB\-h\fR \fB\-\-help\fR" 4 .IX Item "-h --help" .IP "\fB\-v\fR \fB\-\-version\fR" 4 .IX Item "-v --version" .PD .SH "AUTHOR" .IX Header "AUTHOR" Yadd .SH "COPYRIGHT AND LICENSE" .IX Header "COPYRIGHT AND LICENSE" Copyright (C) 2021 by Yadd .PP This program is free software; you can redistribute it and/or modify it under the terms of the \s-1GNU\s0 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 \s-1GNU\s0 General Public License can be found in `/usr/share/common\-licenses/GPL\-2'