{"id":16506072,"url":"https://github.com/wp-pot/gulp-wp-pot","last_synced_at":"2025-08-09T03:31:06.859Z","repository":{"id":33222541,"uuid":"36865744","full_name":"wp-pot/gulp-wp-pot","owner":"wp-pot","description":"Gulp plugin to generate pot file for WordPress plugins and themes","archived":true,"fork":false,"pushed_at":"2024-10-30T17:43:46.000Z","size":1297,"stargazers_count":70,"open_issues_count":11,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-29T08:13:33.219Z","etag":null,"topics":["gulp","hacktoberfest","poedit","pot","translator","wordpress","wp-pot"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/gulp-wp-pot","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wp-pot.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-06-04T11:13:27.000Z","updated_at":"2024-11-07T14:57:28.000Z","dependencies_parsed_at":"2024-01-11T21:37:48.131Z","dependency_job_id":"cf0e88fc-27a5-4580-aa55-72c401b2f329","html_url":"https://github.com/wp-pot/gulp-wp-pot","commit_stats":{"total_commits":360,"total_committers":16,"mean_commits":22.5,"dds":0.7416666666666667,"last_synced_commit":"43b73caef5a557a9da42b40c016c2a62532ec283"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-pot%2Fgulp-wp-pot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-pot%2Fgulp-wp-pot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-pot%2Fgulp-wp-pot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-pot%2Fgulp-wp-pot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wp-pot","download_url":"https://codeload.github.com/wp-pot/gulp-wp-pot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228046878,"owners_count":17861106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gulp","hacktoberfest","poedit","pot","translator","wordpress","wp-pot"],"created_at":"2024-10-11T15:16:55.066Z","updated_at":"2024-12-04T05:02:44.029Z","avatar_url":"https://github.com/wp-pot.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/rasmus"],"categories":[],"sub_categories":[],"readme":"# gulp-wp-pot\n\n## Information\n\n[![npm version](https://badge.fury.io/js/gulp-wp-pot.svg)](https://www.npmjs.com/package/gulp-wp-pot) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wp-pot/gulp-wp-pot/Node%20CI/master)](https://github.com/wp-pot/gulp-wp-pot/actions) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/wp-pot/gulp-wp-pot/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/wp-pot/gulp-wp-pot/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/wp-pot/gulp-wp-pot/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/wp-pot/gulp-wp-pot/?branch=master) \n\n| Package     | gulp-wp-pot                                          |\n| ----------- | ---------------------------------------------------- |\n| Description | Gulp wrapper for [wp-pot](https://github.com/wp-pot/wp-pot). Generates pot files for WordPress plugins and themes. |\n\n## Like my work and want to say thanks?\nDo it here:  \n\u003ca href=\"https://www.buymeacoffee.com/rasmus\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n\n## Install\n\n```\n$ npm install --save-dev gulp-wp-pot\n```\n\n\n## Example usage with [Gulp](http://github.com/gulpjs/gulp)\n\n```js\nvar gulp = require('gulp');\nvar wpPot = require('gulp-wp-pot');\n\ngulp.task('default', function () {\n    return gulp.src('src/*.php')\n        .pipe(wpPot( {\n            domain: 'domain',\n            package: 'Example project'\n        } ))\n        .pipe(gulp.dest('file.pot'));\n});\n```\n\n\n## wpPot({options})\nSee available options in the wp-pot readme, https://github.com/wp-pot/wp-pot#options  \nAll options except src and writeFile is passed to wp-pot.\n\n## Related\n- [wp-pot](https://github.com/wp-pot/wp-pot) - API for this module\n- [wp-pot-cli](https://github.com/wp-pot/wp-pot-cli) - Run wp-pot via cli command\n\n## License\n\nMIT © [Rasmus Bengtsson](https://github.com/rasmusbe) | Initial work by [Willy Bahuaud](https://github.com/willybahuaud)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwp-pot%2Fgulp-wp-pot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwp-pot%2Fgulp-wp-pot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwp-pot%2Fgulp-wp-pot/lists"}