gulp-wp-pot
Information
Package | gulp-wp-pot |
---|---|
Description | Gulp wrapper for wp-pot. Generates pot files for WordPress plugins and themes. |
Like my work and want to say thanks?
Install
$ npm install --save-dev gulp-wp-pot
Gulp
Example usage withvar gulp = ;var wpPot = ; gulp;
wpPot({options})
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.
Related
- wp-pot - API for this module
- wp-pot-cli - Run wp-pot via cli command
License
MIT © Rasmus Bengtsson | Initial work by Willy Bahuaud