Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 482 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 482 Bytes

angular-ionic-boilerplate

Boilerplate project with all the necessary configurations like LINTing, TESTing and so on.

Hooks

In the .husky/ directory we can see that we have a pre-commit and a pre-push hook. Before every commit we execute prettier and eslint, before every push we execute all the tests running ng test.

If you have any further enhancements feel free to add them, I will gradually implement further improvements in terms of CI/CD and code productivity.