0.1.4 • Published 3 years ago

git-change-staged v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

introduction

used in pre-commit hook when you want to limit code changes of this git commit.

✨✨✨

  • helps to keep small commit
  • clean and precise pull request
  • better for code reviewers

install

npm i git-change-staged

usage

config

package.json
{
  "git-change-staged": {
    "files": 10,
    "lines": 200
  }
}

cli

git-change-staged
0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago