Internal dev dependencies
Quick start
$ npm i @angular-ru/dev-dependencies -D
Example after install, you can use husky
or another tools
{
// ...
scripts: {
// ...
// Append Husky 5 installer into 'postinstall' script
postinstall: '<...> && husky install'
}
}
See what packages will be installed