PHPackages                             varunsridharan/wp-cli-textdomain - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. varunsridharan/wp-cli-textdomain

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

varunsridharan/wp-cli-textdomain
================================

Simple Library Which Provides Option To Render TextDomains

1.4(6y ago)4626↓33.3%2GPL-3.0-or-laterPHP

Since Jul 5Pushed 5y agoCompare

[ Source](https://github.com/varunsridharan/wp-cli-textdomain)[ Packagist](https://packagist.org/packages/varunsridharan/wp-cli-textdomain)[ Docs](https://github.com/varunsridharan/wp-cli-text-domain/)[ RSS](/packages/varunsridharan-wp-cli-textdomain/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (2)

WP Cli
======

[](#wp-cli)

This CLI Package Provides WP Theme / Plugin Developers To Add TextDomains Easily

[![Latest Stable Version](https://camo.githubusercontent.com/fbe4ff82421d9481b318dd9a4ffc6521854b9fef463565b0c53a35c5e33d39d3/68747470733a2f2f706f7365722e707567782e6f72672f766172756e73726964686172616e2f77702d636c692d74657874646f6d61696e2f76657273696f6e)](https://packagist.org/packages/varunsridharan/wp-cli-textdomain)[![Latest Unstable Version](https://camo.githubusercontent.com/c1557cd5fc4023586a67bff31efcca479c53d84d3c9aa5ee8e88e7dff3a64f24/68747470733a2f2f706f7365722e707567782e6f72672f766172756e73726964686172616e2f77702d636c692d74657874646f6d61696e2f762f756e737461626c65)](https://packagist.org/packages/varunsridharan/wp-cli-textdomain)[![Total Downloads](https://camo.githubusercontent.com/400693cecc4659e5382c18e067c407deef1e961a47bf488f0c85bfcb618d377c/68747470733a2f2f706f7365722e707567782e6f72672f766172756e73726964686172616e2f77702d636c692d74657874646f6d61696e2f646f776e6c6f616473)](https://packagist.org/packages/varunsridharan/wp-cli-textdomain)[![WP](https://camo.githubusercontent.com/ffba221a69a414072e7c2cb0bc46e849eddee342fbc151dd967cea940155c2b8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f576f726450726573732d5374616e6461722d3161626339632e737667)](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/)[![License](https://camo.githubusercontent.com/c7b786402156daa05130a6eaef7149a6224876909b7b1f36c915d4c04bb34397/68747470733a2f2f706f7365722e707567782e6f72672f766172756e73726964686172616e2f77702d636c692d74657874646f6d61696e2f6c6963656e7365)](https://packagist.org/packages/varunsridharan/wp-cli-textdomain)[![composer.lock available](https://camo.githubusercontent.com/1455bc7e988cb468c88ba6fc98cf1d6c99fb5e56e144f261688f6ace65cfa6eb/68747470733a2f2f706f7365722e707567782e6f72672f766172756e73726964686172616e2f77702d636c692d74657874646f6d61696e2f636f6d706f7365726c6f636b)](https://packagist.org/packages/varunsridharan/wp-cli-textdomain)

Installation
------------

[](#installation)

The preferred way to install this extension is through [Composer](http://getcomposer.org/download/).

To install **WP-Cli library**, simply:

```
$ composer require varunsridharan/wp-cli-textdomain

```

Add Text Domain Usage
---------------------

[](#add-text-domain-usage)

### Update Textdomains for all files inside a folder

[](#update-textdomains-for-all-files-inside-a-folder)

```
$ ./vendor/bin/add-text-domain.bat -i your-textdomain your-folder-path

```

### Update Textdomains for a file

[](#update-textdomains-for-a-file)

```
$ ./vendor/bin/add-text-domain.bat -i your-textdomain ./your-path/your-file.php

```

CLI Arguments
-------------

[](#cli-arguments)

ArgumentDescription`-i`if provided then changes will be saved in the same file where its updated if not it will provide the file outputMake Pot Usage
--------------

[](#make-pot-usage)

#### CMD

[](#cmd)

```
$ ./vendor/bin/makepot.bat ./pot-config.json

```

#### JSON File `pot-config.json`

[](#json-file-pot-configjson)

```
{
  "src"     : "./",
  "dist"    : "languages/plugin-slug.pot",
  "domain"  : "project-text-domain",
  "exclude" : "comma seperated folders name",
  "headers" : {
	"Last-Translator" : "Author Name\n",
	"Language-Team"   : "LANGUAGE ll@example.com"
  }
}
```

---

📝 Changelog
-----------

[](#-changelog)

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[Checkout CHANGELOG.md](https://github.com/varunsridharan/wp-cli-textdomain/blob/main/CHANGELOG.md)

🤝 Contributing
--------------

[](#-contributing)

If you would like to help, please take a look at the list of [issues](https://github.com/varunsridharan/wp-cli-textdomain/issues/).

📜 License &amp; Conduct
-----------------------

[](#--license--conduct)

- [**GNU General Public License v3.0**](https://github.com/varunsridharan/wp-cli-textdomain/blob/main/LICENSE) © [Varun Sridharan](website)
- [Code of Conduct](https://github.com/varunsridharan/.github/blob/main/CODE_OF_CONDUCT.md)

📣 Feedback
----------

[](#-feedback)

- ⭐ This repository if this project helped you! 😉
- Create An [🔧 Issue](https://github.com/varunsridharan/wp-cli-textdomain/issues/) if you need help / found a bug

💰 Sponsor
---------

[](#-sponsor)

[I](https://sva.onl/twitter/) fell in love with open-source in 2013 and there has been no looking back since! You can read more about me [here](https://sva.onl/website/). If you, or your company, use any of my projects or like what I’m doing, kindly consider backing me. I'm in this for the long run.

- ☕ How about we get to know each other over coffee? Buy me a cup for just [**$9.99**](https://sva.onl/buymeacoffee)
- ☕️☕️ How about buying me just 2 cups of coffee each month? You can do that for as little as [**$9.99**](https://sva.onl/buymeacoffee)
- 🔰 We love bettering open-source projects. Support 1-hour of open-source maintenance for [**$24.99 one-time?**](https://sva.onl/paypal)
- 🚀 Love open-source tools? Me too! How about supporting one hour of open-source development for just [**$49.99 one-time ?**](https://sva.onl/paypal)

Connect &amp; Say 👋
-------------------

[](#connect--say-)

- **Follow** me on [👨‍💻 Github](https://sva.onl/github/) and stay updated on free and open-source software
- **Follow** me on [🐦 Twitter](https://sva.onl/twitter/) to get updates on my latest open source projects
- **Message** me on [📠 Telegram](https://sva.onl/telegram/)
- **Follow** my pet on [Instagram](https://www.instagram.com/sofythelabrador/) for some *dog-tastic* updates!

---

*Built With ♥ By [Varun Sridharan](https://sva.onl/twitter) [ ![](https://camo.githubusercontent.com/ac180da7a81f72a639abce09c4827e7bacfdd3b82586b657387a7f84430c7b7f/68747470733a2f2f63646e2e73766172756e2e6465762f666c61672d696e6469612e6a7067)](https://en.wikipedia.org/wiki/India)*

 [![](https://camo.githubusercontent.com/51991d58f40dac784a0c08b9c5c16c66c59ef5bdf083e3d49e4f617ef98e03ee/68747470733a2f2f63646e2e73766172756e2e6465762f636f64656973706f657472792e706e67)](https://camo.githubusercontent.com/51991d58f40dac784a0c08b9c5c16c66c59ef5bdf083e3d49e4f617ef98e03ee/68747470733a2f2f63646e2e73766172756e2e6465762f636f64656973706f657472792e706e67)

---

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

5

Last Release

2504d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/522dc9d037e4b0517ee9b76cd63d75a6331b0e578afa9b27fee84b02863ace80?d=identicon)[varunsridharan](/maintainers/varunsridharan)

---

Top Contributors

[![varunsridharan](https://avatars.githubusercontent.com/u/1884287?v=4)](https://github.com/varunsridharan "varunsridharan (11 commits)")

---

Tags

vsp-libswordpress-developmentwordpress-php-librarywordpress-pluginwordpress-themewp-cliwp-cli-actionwp-cli-commandwp-cli-packagewp-librarywp-pluginwp-pluginswp-textdomainwp-theme

### Embed Badge

![Health badge](/badges/varunsridharan-wp-cli-textdomain/health.svg)

```
[![Health](https://phpackages.com/badges/varunsridharan-wp-cli-textdomain/health.svg)](https://phpackages.com/packages/varunsridharan-wp-cli-textdomain)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
