TGMPA / TGM-Plugin-Activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
http://tgmpluginactivation.com/
GNU General Public License v2.0
1.76k stars 429 forks source link

Automation #635

Open ramiy opened 7 years ago

ramiy commented 7 years ago

Resolves #634

jrfnl commented 7 years ago

What are you actually trying to solve here ? And who is the intended user of your script ?

ramiy commented 7 years ago

The gulp script is trying to:

  1. Checks gettext function calls for missing or incorrect text domain (more info).
  2. Generate POT files for WordPress localization (more info).

But this is only the beginning, we can add other scripts.

jrfnl commented 7 years ago

That doesn't actually answer my questions.