$ git clone --recursive [email protected]:Astoundify/wp-simple-social-login.git
$ npm run setup
Validate your Javascript:
$ gulp js:hint
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
Install PHPUnit
$ phpunit
Bump version in package.json
and astoundify-simple-social-login.php
.
$ npm run dist