Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

carew/plugin-sami

Repository files navigation

Sami plugin for Carew

Installation

Install it with composer:

composer require carew/plugin-sami:dev-master

Then configure config.yml

engine:
    extensions:
        - Carew\Plugin\Sami\SamiExtension

sami:
    project_dir: /full/path/to/the/library # i.e.:
    src_dir:     src # relative path from the project dir
    name:        Name of your project
    branches:
        master: Master
        newt:   The next release

Usage

vendor/bin/carew sami:update