1.2.0 • Published 9 months ago

@valu/git-tools v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Valu git tools

Script to hide tracked git changes. Used when committing build assets.

Install

npm install @valu/git-tools

or maybe even globally?

npm install -g @valu/git-tools

Scripts

git valu-hide-changes <dir>

Hide changes from git in a given directory even if they are tracked

git valu-hide-changes build

git valu-show-changes <dir>

Show changes hidden by git valu-hide-changes

git valu-show-changes build

git valu-commit-changes <dir>

Commit hidden changes

git valu-commit-changes build

Use to commit build changes

Add following package.json script

"build-commit": "npm run build && git valu-commit-changes build"
1.2.0

9 months ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago