tplcom/stand-with-cyprus

2.0.1 2023-06-10 15:48 UTC

This package is auto-updated.

Last update: 2024-04-12 17:01:02 UTC


README

"StandWithCyprus example"

About

This is a political message for composer about the "Turkish invasion of Cyprus" which started in 1974.

See more on Wikipedia - Turkish invasion of Cyprus.

You can add #StandWithCyprus to the console of your php project.

Installation

This package contains only a single Command Application.

Add the composer require command from the Terminal:

composer require tplcom/stand-with-cyprus

Add an entry on the composer.json scripts 'post-install-cmd' or any other hook:

scripts: {
  "post-install-cmd": [
    "stand-with-cyprus"
  ]
}

Development

  • We create the binary using box.
git clone git@github.com:theodorosploumis/stand-with-cyprus.git
cd stand-with-cyprus
composer install

composer build