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

Debian::PkgJS::PackageLock - Perl module to build pkgjs-lock.json files

Description

EXPORTbuildPackageLock($path,$dest)builtUsing()

Name

       Debian::PkgJS::PackageLock - Perl module to build pkgjs-lock.json files

Synopsis

         use Debian::PkgJS::PackageLock;

         for my $path (@jsModulePaths) {
             buildPackageLock( $path, "$path/pkgjs-locj.json");
         }

         use Debian::Debhelper::Dh_Lib;

         addsubstvar( $pkg, builtUsing() );

See Also