Gathering detailed insights and metrics for gulp-wp-pot
Gathering detailed insights and metrics for gulp-wp-pot
Gathering detailed insights and metrics for gulp-wp-pot
Gathering detailed insights and metrics for gulp-wp-pot
Gulp plugin to generate pot file for WordPress plugins and themes
npm install gulp-wp-pot
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
70 Stars
570 Commits
9 Forks
3 Watchers
10 Branches
8 Contributors
Updated on Jun 22, 2025
Latest Version
2.5.0
Package Id
gulp-wp-pot@2.5.0
Unpacked Size
6.39 kB
Size
2.81 kB
File Count
4
NPM Version
6.14.8
Node Version
14.11.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Package | gulp-wp-pot |
---|---|
Description | Gulp wrapper for wp-pot. Generates pot files for WordPress plugins and themes. |
$ npm install --save-dev gulp-wp-pot
1var gulp = require('gulp'); 2var wpPot = require('gulp-wp-pot'); 3 4gulp.task('default', function () { 5 return gulp.src('src/*.php') 6 .pipe(wpPot( { 7 domain: 'domain', 8 package: 'Example project' 9 } )) 10 .pipe(gulp.dest('file.pot')); 11});
See available options in the wp-pot readme, https://github.com/wp-pot/wp-pot#options
All options except src and writeFile is passed to wp-pot.
MIT © Rasmus Bengtsson | Initial work by Willy Bahuaud
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
4 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More