Skip to content

matiux/php-project-autopilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP Project Autopilot

Move scripts into project by adding cp command in composer.json file

{
  "scripts": {
    "post-install-cmd": [
      "bash vendor/matiux/php-project-autopilot/src/configure.sh"
    ],
    "post-update-cmd": [
      "bash vendor/matiux/php-project-autopilot/src/configure.sh"
    ]
  }
}

After installation, if necessary, customize check_all, setup functions and the list of supported operations by editing my_config.sh file.

You can also override existing functions:

cp tools/bin/project/override.template.sh tools/bin/project/override.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published