All Projects → wp-pot → Wp Pot Cli

wp-pot / Wp Pot Cli

Licence: mit
Run wp-pot script via cli

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wp Pot Cli

Wordup Cli
Wordup is a fully integrated development platform for WordPress. Develop plugins and themes locally. Preview in the cloud. Automatic updates in WP.
Stars: ✭ 116 (+274.19%)
Mutual labels:  cli, wordpress
Composify
Turn WordPress plugin zip files into git repositories, so that composer version constraints work properly.
Stars: ✭ 36 (+16.13%)
Mutual labels:  cli, wordpress
Awesome Wp Cli
A curated list of packages and resources for WP-CLI, the command-line interface for WordPress.
Stars: ✭ 129 (+316.13%)
Mutual labels:  cli, wordpress
Tj
Create local WordPress dev sites, manage existing sites, and deploy them, all from the command line.
Stars: ✭ 88 (+183.87%)
Mutual labels:  cli, wordpress
Wordops
Install and manage a high performance WordPress stack with a few keystrokes
Stars: ✭ 649 (+1993.55%)
Mutual labels:  cli, wordpress
Wp2static
WordPress static site generator for security, performance and cost benefits
Stars: ✭ 952 (+2970.97%)
Mutual labels:  wordpress
Ignr.py
Python-based command line client to download .gitignore templates from gitignore.io
Stars: ✭ 30 (-3.23%)
Mutual labels:  cli
Wait4x
Wait4X is a cli tool to wait for everything! It can be wait for a port to open or enter to rquested state.
Stars: ✭ 30 (-3.23%)
Mutual labels:  cli
Show Down
Command line utility to download latest episodes of TV show just by typing name of show. Also we can schedule to automatically download latest episodes of TV shows.
Stars: ✭ 29 (-6.45%)
Mutual labels:  cli
Wordpress Wp Vcd Malware Attack Solution
Another attack on wordpress 4.8
Stars: ✭ 31 (+0%)
Mutual labels:  wordpress
Simulators
build and launch multi iOS simulators
Stars: ✭ 31 (+0%)
Mutual labels:  cli
Disqus Wordpress Plugin
WordPress plugin for Disqus (2018 version)
Stars: ✭ 30 (-3.23%)
Mutual labels:  wordpress
Coronavirus Tracker Cli
Track conronavirus cases from command line. curl https://corona-stats.online/
Stars: ✭ 954 (+2977.42%)
Mutual labels:  cli
Medium Clone
🎉 Mediumm WordPress theme, very inspired by medium.com
Stars: ✭ 29 (-6.45%)
Mutual labels:  wordpress
Wordpress To Jekyll Exporter
One-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Jekyll
Stars: ✭ 951 (+2967.74%)
Mutual labels:  wordpress
Gub
CLI tool for create an npm package from any repos. 🐳
Stars: ✭ 31 (+0%)
Mutual labels:  cli
Camoco
Camoco is a fully-fledged software package for building co-expression networks and analyzing the overlap interactions among genes.
Stars: ✭ 29 (-6.45%)
Mutual labels:  cli
Hint
重构到 ---> https://github.com/hustcc/lint-md
Stars: ✭ 30 (-3.23%)
Mutual labels:  cli
Vscode Wordpress Hooks
VS Code extension for autocomplete support for WordPress actions and filters
Stars: ✭ 31 (+0%)
Mutual labels:  wordpress
Rispa Cli
Modular project management
Stars: ✭ 30 (-3.23%)
Mutual labels:  cli

GitHub Workflow Status FOSSA Status

Generate pot file for WordPress plugins and themes

Like my work and want to say thanks?

Do it here:
Buy Me A Coffee

Install

$ npm install --global wp-pot-cli

Usage

$ wp-pot --help

  Generate pot-files for WordPress localization

  Usage
    $ wp-pot <options>

  Options
    --bug-report, -b Header with URL for reporting translation bugs
    --comment-keyword, -c Comment keyword
    --dest-file, -o Destination file
    --domain, -d Domain to retrieve the translated text
    --last-translator, -l Name and email address of the last translator (ex: John Doe <[email protected]>)
    --no-file-paths, Don't write file paths to pot file
    --relative-to, -r Path to folder that file comments should be relative to
    --src, -s  Source files
    --team, -t Name and email address of the translation team (ex: Team <[email protected]>)
    --package, -p Package name
    --write-file, -w Write file

  Examples
    $ wp-pot --src 'src/*.php'

Related

License

MIT © Rasmus Bengtsson

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].