2017 © Pedro Peláez
 

composer-installer devstructure-installer

image

org_heigl/devstructure-installer

  • Thursday, September 12, 2013
  • by heiglandreas
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

devstructure-installer

Install a Development-structure from a template, (*1)

This composer-package installs a development-structure from a template into the root-folder of your project., (*2)

So you can create a composer-package that contains a folder named template containing the folder-layout you want to be created when using the package., (*3)

Then you have to include the following in your templates ```composer.json````, (*4)

{
    "type" : "org-heigl-devstructure",
    "require" : {
        "org_heigl/devstructure-installer": "*"
    }
}

For an example have a look at https://github.com/heiglandreas/devstructure, (*5)

The Versions

12/09 2013

dev-master

9999999-dev

  Sources   Download

MIT