1.0.2 • Published 6 years ago

contrib-npm-enforce-git-policy v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
6 years ago

NPM module to enforce git policies

To use the module and enforce the corresponding git policies follow the next steps:

Install dev dependency

npm install --save-dev contrib-npm-enforce-git-policy@^1.0.0

Introduce pre-built script

  "scripts": {
    "prebuild": "./node_modules/contrib-npm-enforce-git-policy/install.sh ./.git",

where ./.git is the relative path to the git folder

Done

We are all set up. Now if we run npm run build the git policies are configured

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago