Skip to content

cilly-yllic/rot-pkg

Repository files navigation

Rot Pkg

Installation

$ npm i -D rot-pkg

What is this

This package check difference of package.json and you already installed.

Then you probably need to do npm i


When you use this package, you don't have to say this anymore in your project.

when you git pull, please npm i

with husky might help you

$ npm i -D husky
{
  "hooks": {
    "post-merge": "rot-pkg"
  }
}

when you don't need npm i

2019-01-26 19 06 16

when you need npm i

2019-01-26 19 11 56

Package Type

  • root package ( npm, yarn )
  • Angular library packages

Feat

  • Unit test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published