Skip to content

zagovorichev/composer-smart-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composer installs different packages to specified folders

How to use

Environment variables

Notice: none of these variables are required, composer will work by default, without variables.

  • GIT_MODULES list of modules to install into the MODULES_DIR_PATH directory. Example: gir_repo1 git_repo2
  • VENDOR_DIR_PATH default for composer is vendor directory in the root of project, can be changed.
  • MODULES_DIR_PATH path for the repositories from the GIT_MODULES list. Default value is root directory (near the vendor directory)
  • MODULES_NAME_MAP Mapped names for the packages, to use different names for folders. Example: git_repo1:dir1 git_repo3:dirname. Default is the name of the package.

About

Install specific packages to the specific folders

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages