logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pkgjs - Wrapper to pkgjs-* commands, used to replace yarn during Debian packages build.

Author

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 (donothing): cache, config, dedupe

       •   Commands passed to yarnpkg/npm: explain, info, init

       •   Direct  mappings  (launchesthecorresponding"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.

Name

       pkgjs - Wrapper to pkgjs-* commands, used to replace yarn during Debian packages build.

See Also