composer-installer devstructure-installer
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
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)