joeri-abbo / stunt-double
Why fill a demo env if you can automatically fill it
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- fakerphp/faker: ^1.15
This package is auto-updated.
Last update: 2025-03-03 11:11:02 UTC
README
=== Stunt double === Contributors: https://profiles.wordpress.org/joeriabbo/ Tags: WP, WP-Cli Requires at least: 4.9 Tested up to: 5.7 Requires PHP: 7.0 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
Seed / fake your data in wp
== Description ==
This plugin is written to help lazy developers. Every developer need to create fake data sometimes why not automate this. This plugin is the solution. 1 command to seed a given post_type.
== Installation == Clone or add this plugin to your WP instance. If you add this plugin in the mu-plugin dir it will automatically be activated. If you add it as a default plugin activate the plugin after install. You can now use wp stuntDouble in your wp dir like all other wp cli commands.
== Command == wp stuntDouble demo(post_type) --amount=1(amount of posts to seed)
== Changelog ==
= 1.0 =
Init plugin.