yoanm/init-php-repository

This package is abandoned and no longer maintained. No replacement package was suggested.

0.2.0 2017-01-02 22:49 UTC

This package is auto-updated.

Last update: 2022-02-21 19:05:53 UTC


README

Scrutinizer Build Status Scrutinizer Code Quality Code Coverage

Latest Stable Version

Install

git clone git@github.com:yoanm/initPhpRepository.git
cd initPhpRepository
composer build

How to

Initiliaze

Go to repository folder an type :

  • Library
PATH_TO_BIN/initPhpRepository library
  • Project Go to project repository folder an type :
PATH_TO_BIN/initPhpRepository [project]

Symfony

In case the library is used in symfony invironment, type the following :

PATH_TO_BIN/initPhpRepository library --symfony

Run specific templates

PATH_TO_BIN/initPhpRepository --id ID_1 --id ID_2

List

PATH_TO_BIN/initPhpRepository -l

Existing file override

Override all

PATH_TO_BIN/initPhpRepository -f

Ask before overriding

PATH_TO_BIN/initPhpRepository --ask-before-override

Help

PATH_TO_BIN/initPhpRepository -h

Tests

This repository follow a custom test strategy

Contributing

See contributing note