table of contents
PKGJS-UTILS(1p) | User Contributed Perl Documentation | PKGJS-UTILS(1p) |
NAME¶
pkgjs-utils - Nodejs package utilities
SYNOPSIS¶
$ 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: { <package.json content, serialized> } $ pkgjs-pjson . # alias for pkgjs-utils pjson . $ cd ../node-jest $ pkgjs-pjson packages/jest-diff # prints: { <packages/jest-diff/package.json content, serialized> } $ 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: 'webpack linked into node_modules $ pkgjs-utils ln @types/node # prints: '@types/node' linked into node_modules $ pkgjs-ln @types/node # same as pkgjs-utils ln @types/node $ pkgjs-utils normalize_name @types/node # prints: types-node
DESCRIPTION¶
Collection of little commands to read <component>/package.json overridden by debian/nodejs/<component>/* files.
Available commands¶
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'
2022-09-10 | perl v5.34.0 |