joeri-abbo/stunt-double

There is no license information available for the latest version (v1.0.0) of this package.

Why fill a demo env if you can automatically fill it

v1.0.0 2021-08-10 18:57 UTC

This package is auto-updated.

Last update: 2024-05-03 09:15:58 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.