Kevin Gautreau
Kevin Gautreau
Implementation of #82
Chi-teck/drupal-code-generator binary allows to scaffold code for drupal. Drush embed 1.* branches and commands, but a 2.* version exist and offer new features DCG could be used as a standalone...
`cat toto.txt | grep 'lorem' -c` => `grep -c 'lorem' toto.txt` `grep -c ^ toto.txt` => `wc -l toto.txt`
Allow to display only results without progress indicators, useful for CI usages. cf #32
Hi, Thanks for this project. Trying to setup my CI to take advantage of theses metrics by using the --json output and redirect it to a file : ``` ./vendor/bin/phpstan-bodyscan...