2017 © Pedro Peláez
 

library standard

Starbug coding standard and testing tools.

image

starbug/standard

Starbug coding standard and testing tools.

  • Sunday, April 1, 2018
  • by cogent
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Starbug Coding Standard

This package provides coding standard specifications and validation tools including phpcs and PHPMD., (*1)

Installation

Install this package with composer., (*2)

composer require --dev starbug/standard

Git pre-commit hook

Install the git pre-commit hook:, (*3)

ln -s vendor/starbug/standard/git/pre-commit .git/hooks/pre-commit
ln -s vendor/starbug/standard/git/config .git/hooks/config

VSCode workspace settings

Install the VSCode workspace settings by copying them into the .vscode directory in your workspace root:, (*4)

mkdir -p .vscode
cp vendor/starbug/standard/.vscode/settings.json .vscode/

The Versions

01/04 2018