1.0.7 • Published 5 years ago

pm-validator v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Welcome to pm-validator!

Why

When many developers are working on the same project each of them can use different package manager ( npm or yarn ), but using multi lock files can make some small issues. To prevent it I created this package.

Requirements

Available npx ( execute npm package binaries - default tool in latest npm )

Run it with preinstall hook. We support only npm and yarn ( by default we use npm )

Example for yarn

"scripts": {
  "preinstall": "REQUIRED=yarn npx pm-validator"
  ...
}

Example for npm

"scripts": {
  "preinstall": "npx pm-validator"
  ...
}
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago