2017 © Pedro Peláez
 

library skeleton

Composer package skeleton for Github implementing php-pds/skeleton standard

image

wimby/skeleton

Composer package skeleton for Github implementing php-pds/skeleton standard

  • Sunday, January 14, 2018
  • by wimby
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Skeleton for Github PHP packages

Command-line tool for generating Composer package skeleton (file structure, basic coding standard checkers and code analysing tools, pre-commit hooks...) suitable for Github., (*1)

Features

1) File structure according to PDS/Skeleton 2) Code style checker compliant with PSR-2 3) Pre-commit hook for PHP lint and code style check 4) Suggests other useful libraries, (*2)

Why?

Mainly because of my laziness. It helps me create package with all the juicy files like .editorconfig, .gitattributes and helps me jump strait to a new project. Second reason is that if I change some basic code style checking tool, I would like to have an easy way to upgrade this tool in all my projects., (*3)

Installation

Step 1: Composer

Run following command for adding wimby/skeleton as your development dependency:, (*4)

composer require-dev wimby/skeleton

Step 2: Configuration

You need to add the following lines to your composer.json file:, (*5)

"scripts": {
    "post-create-project-cmd": "Wimby\\Skeleton::postCreateProject"
}

Step 3: Invoking

composer create-project

or, (*6)

composer run-script post-create-project-cmd

License

WTFPL - Do What the Fuck You Want to Public License, (*7)

The Versions

14/01 2018

dev-master

9999999-dev

Composer package skeleton for Github implementing php-pds/skeleton standard

  Sources   Download

MIT WTFPL

The Requires

 

The Development Requires