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

https://github.com/threadi/next-meetup-hint

Provides a WordPress-Plugin to show the next meetup hint as admin notice.
https://github.com/threadi/next-meetup-hint

Last synced: about 2 months ago
JSON representation

Provides a WordPress-Plugin to show the next meetup hint as admin notice.

Awesome Lists containing this project

README

          

# Next Meetup Hint

## About

This repository provides the features of WordPress plugin _Next meetup hint_. The repository is used as a basis for deploying the plugin to the WordPress repository. It is not intended to run as a plugin as it is, even if that is possible for development.

## Usage

### for users

Download the plugin [from the WordPress Repository](https://wordpress.org/plugins/next-meetup-hint/).
Or download the lastest release ZIP [from GitHub](https://github.com/threadi/next-meetup-hint/releases).

### for developers

Checkout this repository in your development environment.

## Check for WordPress Coding Standards

### Initialize

`composer install`

### Run

`vendor/bin/phpcs --extensions=php --ignore=*/vendor/*,*/svn/*,*/app/Dependencies/* --standard=WordPress .`

### Repair

`vendor/bin/phpcbf --extensions=php --ignore=*/vendor/*,*/svn/*,*/app/Dependencies/* --standard=WordPress .`

## Check for WordPress VIP Coding Standards

Hint: this check runs against the VIP-GO-platform which is not our target for this plugin. Many warnings can be ignored.

### Run

`vendor/bin/phpcs --extensions=php --ignore=*/vendor/*,*/svn/* --standard=WordPress-VIP-Go .`

## Analyse with PHPStan

`vendor/bin/phpstan analyse`