Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wp-packagist/wp-packagist
WordPress Package Management For WP-CLI
https://github.com/wp-packagist/wp-packagist
wordpress wordpress-development wordpress-plugin wordpress-theme wp-cli wp-cli-command wp-cli-package
Last synced: 18 days ago
JSON representation
WordPress Package Management For WP-CLI
- Host: GitHub
- URL: https://github.com/wp-packagist/wp-packagist
- Owner: wp-packagist
- License: mit
- Created: 2019-04-26T09:56:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T09:56:07.000Z (over 3 years ago)
- Last Synced: 2024-12-15T21:20:06.807Z (about 2 months ago)
- Topics: wordpress, wordpress-development, wordpress-plugin, wordpress-theme, wp-cli, wp-cli-command, wp-cli-package
- Language: PHP
- Homepage:
- Size: 1.08 MB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress Package Management For WP-CLI
[![Build Status](https://travis-ci.com/wp-packagist/wp-packagist.svg?branch=master)](https://travis-ci.com/wp-packagist/wp-packagist)
![Packagist Version](https://img.shields.io/packagist/v/wp-packagist/wp-packagist)
![Packagist](https://img.shields.io/packagist/l/wp-packagist/wp-packagist)
![GitHub repo size](https://img.shields.io/github/repo-size/wp-packagist/wp-packagist)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:
```console
wp package install wp-packagist/wp-packagist
```Also for manage [WP-CLI global parameters](https://github.com/wp-packagist/wp-cli-global-config-command), install this package:
```console
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`.
## Documentation
Documentation for the WordPress Package Management can be found on the [Github Wiki](https://github.com/wp-packagist/wp-packagist/wiki).
## Contributing
- [Mehrshad Darzi](https://www.linkedin.com/in/mehrshaddarzi/)
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](https://github.com/wp-packagist/wp-packagist/issues?q=label%3Abug%20) 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](https://github.com/wp-packagist/wp-packagist/issues/new) 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](http://www.php-fig.org/psr/psr-2/).## License
The WordPress Package Management is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).