druidfi / amazeeio-scripts
This package is abandoned and no longer maintained.
No replacement package was suggested.
Scripts to handle Amazee.io Docker site development
1.1.4
2019-07-04 06:10 UTC
README
Set of scripts meant for ease the development process with Amazee.io Docker sites via Composer scripts.
How to use in the project
Add following to your project's composer.json file:
"require-dev": {
"druidfi/amazeeio-scripts": "dev-master"
},
Or using a certain version:
"require-dev": {
"druidfi/amazeeio-scripts": "1.1.0"
},
Also you add custom script:
"update-amazeeio-scripts": [
"@composer update druidfi/amazeeio-scripts && rsync -av vendor/druidfi/amazeeio-scripts/dist/ .",
"git status -s"
],
Where this is used
Amazee.io resources
Other information
This project is found from the Packagist: https://packagist.org/packages/druidfi/amazeeio-scripts