druidfi / amazeeio-scripts
Scripts to handle Amazee.io Docker site development
Installs: 6 606
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
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