table of contents
- buster-backports 0.9.39~bpo10+1
- testing 0.9.39
- unstable 0.9.39
ADD-NODE-COMPONENT(1) | User Commands | ADD-NODE-COMPONENT(1) |
NAME¶
add-node-component - add-node-componentSYNOPSIS¶
add-node-component <node-modules-to-add-as-component>DESCRIPTION¶
node-modules-to-add-as-component: list of component to add. Version can be specified (example: bson@1.0.0)OPTIONS¶
-h, --help: print this
-c, --checksum: install new component with "checksum" at the end of debian/watch line (default, see uscan(1) for more)
-g, --group: install new component with "group" at the end of debian/watch line
--ignore install new component with "ignore" at the end of debian/watch line
--no-ctype: don't add "ctype=nodejs" in debian/watch (see uscan(1) for more, enabled automatically for now unless --checksum)
-d, --download: download new sources
-i, --install: import downloaded sources (implies -d)
-f, --remove-tag: remove origin tag if exists locally (before import)
-u, --cme-update: launch a "cme update dpkg-compyright" after import to update debian/copyright
-r, --remove-component: remove component instead of adding it (default when del-node-component is used)
--force-npm-reg: force the use of npm registry
--force-github-tags: force the use of GitHub tags
--uscan-option: option(s) to pass to uscan (multi-valued). Default: "-dd --download-version"
--cmp-tree: print a digraph of relation between component (give it to graph-easy)
COPYRIGHT¶
Copyright © 2019 Xavier Guimard <yadd@debian.org>Licensed under GPL-2+ (see /usr/share/common-licenses/GPL-2)
July 2020 | add-node-component 0.2 |