@angular-ru/dev-dependencies
v14.0.22
Published
Angular-RU package
Downloads
387
Readme
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