Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 728 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 728 Bytes

Internal dev dependencies

image image

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