Stunt Double 🚀
Add plugin to fake your content. Keep it lazy and typo free
by Joeri Abbo · github.com/joeri-abbo/wordpress-plugin-stunt-double
★ 0stars
3composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/joeri-abbo/wordpress-plugin-stunt-double/archive/refs/heads/master.zipAlso on Packagist as joeri-abbo/stunt-double:
composer require joeri-abbo/stunt-doubleFrom the 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
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 posttype.
== 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(posttype) --amount=1(amount of posts to seed)
Init plugin.