1.1.4 • Published 4 months ago

@valu/git-tools v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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.1.4

4 months ago

1.1.3

4 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago