US: /ɡɪtəˈ.miː.n/
UK: /ɡɪtˈæ.miːn/
- Linux/Mac
- php7.1
- php curl
- php zip
- Git
$ composer global require gitamine/gitamine
In your git project run:
$ gitamine init
After that you will need to create in your root project folder a gitamine file
# gitamine.yaml
gitamine:
__event__:
__plugin1__: ~
__plugin2__: ~
#...
For example, this will assure that the commit will execute phpunit, and if it fails, then the commit won't be done.
# gitamine.yaml
gitamine:
pre-commit:
phpunit: ~
TODO