wp-packagist/wp-packagist

WordPress Package Management for WP-CLI

v1.0.6 2021-10-30 09:51 UTC

This package is auto-updated.

Last update: 2024-04-29 03:57:40 UTC


README

Build Status Packagist Version Packagist GitHub repo size

WordPress Package Management is a WP-CLI package that Performing installation, updating, and management of WordPress based on wordpress.json root file.

Installation

You can install this package with:

wp package install wp-packagist/wp-packagist

Also for manage WP-CLI global parameters, install this package:

wp package install wp-packagist/wp-cli-global-config-command

Installing this package requires WP-CLI v2 or greater. Update to the latest stable release with wp cli update.


WordPress Package Management

Documentation

Documentation for the WordPress Package Management can be found on the Github Wiki.

Contributing

We appreciate you taking the initiative to contribute to this project. Contributing isn’t limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.

Reporting a bug

Think you’ve found a bug? We’d love for you to help us get it fixed. Before you create a new issue, you should search existing issues to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version.

Creating a pull request

Want to contribute a new feature? Please first open a new issue to discuss whether the feature is a good fit for the project.

Once you've decided to commit the time to seeing your pull request through, please follow our guidelines for creating a pull request to make sure it's a pleasant experience:

  1. Create a feature branch for each contribution.
  2. Submit your pull request early for feedback.
  3. Follow PSR-2 Coding Standards.

License

The WordPress Package Management is open-sourced software licensed under the MIT license.