@angular-ru/dev-dependencies

Angular-RU package

Usage no npm install needed!

<script type="module">
  import angularRuDevDependencies from 'https://cdn.skypack.dev/@angular-ru/dev-dependencies';
</script>

README

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