Add value to commit message in Angular

Loading

Reading Time: 3 minutes Introduction When a team of developers works on the project, we should add tools to ensure all developers adopt the same convention of commit messages. The tools ng-spanish-menu application use to enforce commit conventions are commitlint, commitizen and husky. Install dependencies of commitlint and husky locally First, we install commitlint and husky to set up … Read more