Giter Site home page Giter Site logo

populate's Introduction

Populate

Description

The Populate plugin is a tool designed to populate your WordPress database with dummy data using the WP-CLI command line interface. This can be useful for testing and development purposes, allowing you to quickly generate posts, pages, authors, categories, tags, and more.

Features

  • Generate dummy posts with various options such as tags, categories, authors, comments, and images.
  • Create dummy pages with customizable options.
  • Generate dummy authors with specified attributes.
  • Quickly populate your WordPress database with categories and tags.
  • Easy-to-use WP-CLI commands for streamlined data population.

Usage

The plugin provides WP-CLI commands for populating your WordPress database. Here are some examples:

Populate Posts

  • Populate the WordPress database with dummy posts.
wp populate post --count=10 --tags=true --category=true --author=true --comment=true --image=true --all=true

Populate Pages

  • Populate the WordPress database with dummy pages.
wp populate page --count=5

Populate Authors

  • Populate the WordPress database with dummy authors.
wp populate author --count=5

Populate Categories

  • Populate the WordPress database with dummy categories.
wp populate category --count=5

Populate Tags

  • Populate the WordPress database with dummy tags.
wp populate tag --count=5

Populate All

  • Populate post and pages with all options
wp populate all

Contributing

Feel free to contribute to this project by submitting issues or pull requests on the this GitHub repository.

populate's People

Contributors

sukhendu2002 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.