An open API service indexing awesome lists of open source software.

https://github.com/schlessera/checker-cli


https://github.com/schlessera/checker-cli

hacktoberfest

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# checker-cli

## Overview

A command line tool to perform various checks on WordPress themes. Currently the command does nothing but return a standard comment.

To run the check:
- Clone the repository to your local: `git clone git@github.com:fklein-lu/checker-cli.git`.
- Step into the `checker-cli` directory.
- Run `composer install`.
- Run `php src/Application.php theme-check ` to run the check.

## Technical details

This tool should be independent of WordPress. The PSR-2 Coding Standard is used.

This is the architecture overview:

![WPTRT Architecture Overview](http://wpbestpractices.com/content/uploads/2016/12/WPTRT-Theme-Check.png)