2017 © Pedro Peláez
 

custom-installer drafter-installer

Install drafter in your php project with ease

image

hmaus/drafter-installer

Install drafter in your php project with ease

  • Sunday, July 8, 2018
  • by hendrikmaus
  • Repository
  • 3 Watchers
  • 2 Stars
  • 4,262 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 4 Versions
  • 21 % Grown

The README.md

Drafter Installer

Install drafter in your php project with ease., (*1)

Installation

The recommended way to install drafter-installer is composer:, (*2)

composer require hmaus/drafter-installer

Add config to extra:
Pass the tag of drafter to install, (*3)

"extra": {
    "drafter-installer-tag": "v3.2.7"
}

Add it to scripts:, (*4)

"scripts": {
    "install-drafter": "Hmaus\\Drafter\\Installer::installDrafter"
}

You may also consider adding a reference to your update and install hooks:, (*5)

"scripts": {
    "post-install-cmd": [
        "@install-drafter"
    ],
    "post-update-cmd": [
        "@install-drafter"
    ]
}

The Versions

08/07 2018

dev-master

9999999-dev

Install drafter in your php project with ease

  Sources   Download

MIT

The Development Requires

by Hendrik Maus

08/07 2018

v1.0.1

1.0.1.0

Install drafter in your php project with ease

  Sources   Download

MIT

The Development Requires

by Hendrik Maus

08/07 2018

dev-add-test

dev-add-test

Install drafter in your php project with ease

  Sources   Download

MIT

The Development Requires

by Hendrik Maus

20/09 2016

v1.0.0

1.0.0.0

Install drafter in your php project with ease

  Sources   Download

MIT

The Development Requires

by Hendrik Maus