org_heigl/devstructure-installer

Installs: 17

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:composer-installer

pkg:composer/org_heigl/devstructure-installer

dev-master 2013-09-12 08:00 UTC

This package is auto-updated.

Last update: 2025-09-23 11:22:49 UTC


README

Install a Development-structure from a template

This composer-package installs a development-structure from a template into the root-folder of your project.

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.

Then you have to include the following in your templates ```composer.json````

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

For an example have a look at https://github.com/heiglandreas/devstructure