All Projects → anhskohbo → wp-cli-themecheck

anhskohbo / wp-cli-themecheck

Licence: other
Run Themecheck in WP_CLI

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects
Gherkin
971 projects

Projects that are alternatives of or similar to wp-cli-themecheck

scaffold-command
Generates code for post types, taxonomies, blocks, plugins, child themes, etc.
Stars: ✭ 149 (+282.05%)
Mutual labels:  wp-cli
media-command
Imports files as attachments, regenerates thumbnails, or lists registered image sizes.
Stars: ✭ 40 (+2.56%)
Mutual labels:  wp-cli
export-command
Exports WordPress content to a WXR file.
Stars: ✭ 12 (-69.23%)
Mutual labels:  wp-cli
WordPress-Distribution
This repository helps you to get a local new and fresh WordPress for everything you want (e.g. Developing, Testing, etc.).
Stars: ✭ 16 (-58.97%)
Mutual labels:  wp-cli
checksum-command
Verifies file integrity by comparing to published checksums.
Stars: ✭ 29 (-25.64%)
Mutual labels:  wp-cli
wp-cli-dev
🛠 WP-CLI development environment that allows for easy development across all packages
Stars: ✭ 29 (-25.64%)
Mutual labels:  wp-cli
pine
pine - A CLI installer for timber
Stars: ✭ 29 (-25.64%)
Mutual labels:  wp-cli
config-command
Generates and reads the wp-config.php file.
Stars: ✭ 32 (-17.95%)
Mutual labels:  wp-cli
wp-cli-build
Fetch specific versions of plugins/themes from wordpress.org using a build file
Stars: ✭ 45 (+15.38%)
Mutual labels:  wp-cli
jw-wpcli-random-posts
A robust random post generator for WP CLI which supports multisite, post types, post counts, taxonomies, terms, term counts and featured images. Complete with a cleanup command to undo it all!
Stars: ✭ 58 (+48.72%)
Mutual labels:  wp-cli
wordpress-project
Generic project structure for WordPress website industrialisation.
Stars: ✭ 28 (-28.21%)
Mutual labels:  wp-cli
bedrock-wordpress-docker
Dockerized Wordpress using Bedrock
Stars: ✭ 36 (-7.69%)
Mutual labels:  wp-cli
trellis-sync
Trellis Database and Uploads Folder Synchronisation scripts and example WP CLI Aliases
Stars: ✭ 27 (-30.77%)
Mutual labels:  wp-cli
wp-cli-seed-command
WP CLI Seed Command is extension for WP-CLI to seed database with sample data
Stars: ✭ 20 (-48.72%)
Mutual labels:  wp-cli
revision-strike
Periodically purge old post revisions via WP Cron.
Stars: ✭ 19 (-51.28%)
Mutual labels:  wp-cli
wp-super-cache-cli
A CLI interface for the WP Super Cache plugin
Stars: ✭ 53 (+35.9%)
Mutual labels:  wp-cli
import-command
Imports content from a given WXR file.
Stars: ✭ 19 (-51.28%)
Mutual labels:  wp-cli
db-command
Performs basic database operations using credentials stored in wp-config.php.
Stars: ✭ 65 (+66.67%)
Mutual labels:  wp-cli
builds
Phar, Debian, and RPM builds of WP-CLI
Stars: ✭ 37 (-5.13%)
Mutual labels:  wp-cli
i18n-command
Provides internationalization tools for WordPress projects.
Stars: ✭ 76 (+94.87%)
Mutual labels:  wp-cli

anhskohbo/wp-cli-themecheck

Build Status

Quick links: Using | Installing | Contributing

Using

wp themecheck

peek 2016-10-10 15-02

Installing

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

Once you've done so, you can install this package with wp package install anhskohbo/wp-cli-themecheck.

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.

Once you’ve done a bit of searching and discovered there isn’t an open or fixed issue for your bug, please create a new issue with the following:

  1. What you were doing (e.g. "When I run wp post list").
  2. What you saw (e.g. "I see a fatal about a class being undefined.").
  3. What you expected to see (e.g. "I expected to see the list of posts.")

Include as much detail as you can, and clear steps to reproduce if possible.

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. Include functional tests with your changes. Read the WP-CLI documentation for an introduction.
  4. Follow the WordPress Coding Standards.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].