This repository holds tools used in development by team epic.
The "epic-devtools" are published to packagist. To use the tools, include them in your composer.json.
"require": {
"enrise/epic-devtools": "1.*",
}
- [dev] Git PSR-2 pre-commit hook
- Check compliance
- Fix basics
Depending on which tools you are going to use, install/update composer with or without the --dev
directive.
The features explain if you should or should not use --dev
.
$ vendor/bin/edt githooks::install [-f (force override of existing hooks)]