Skip to content

heiglandreas/devstructure-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

devstructure-installer

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

About

Install a Development-structure from a template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages