- Auto format your staged files before commiting using prettier configuration
- Run your unit test cases before pushing your code to server.
- Make sure your commit messages are per commitlint standard.
Above funtionality can be integrated in your angular workspace using single schematic command. This schematics will integrate git hooks using husky in your angular workspace.
$ ng add @ng-vim/devtoolsthat's it.
The MIT License (MIT)