rot-pkg-scoped
v4.0.5
Published
Fork of rot-pkg. Check diff of package.json and you already installed
Maintainers
Readme
Rot Pkg
Installation
$ npm i -D rot-pkgWhat 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, pleasenpm i
with husky might help you
$ npm i -D husky{
"hooks": {
"post-merge": "rot-pkg"
}
}when you don't need npm i

when you need npm i

Package Type
- root package ( npm, yarn )
- Angular library packages
Feat
- Unit test
