https://github.com/schlessera/checker-cli
https://github.com/schlessera/checker-cli
hacktoberfest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/schlessera/checker-cli
- Owner: schlessera
- Created: 2017-01-14T07:39:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-15T16:46:53.000Z (over 9 years ago)
- Last Synced: 2025-11-12T06:03:18.305Z (8 months ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
