Skip to content

Astoundify/wp-simple-social-login

Repository files navigation

Simple Social Login by Astoundify

Install

$ git clone --recursive [email protected]:Astoundify/wp-simple-social-login.git

Setup

$ npm run setup

Develop

Javascript

Validate your Javascript:

$ gulp js:hint

PHP

Setup WordPress Coding Standards so you can run phpcs.

$ composer create-project wp-coding-standards/wpcs --no-dev

Add /path/to/wpcs/vendor/bin to $PATH so you can run phpcs -i

$ phpcs --config-set installed_paths /path/to/wpcs
$ phpcs --config-set default_standard WordPress

Validate your PHP:

$ gulp php

Test

Install PHPUnit

$ phpunit

Build

Bump version in package.json and astoundify-simple-social-login.php.

$ npm run dist