git-tag-version
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "git-tag-version", | ||
"description": "Calculate project version from git tags.", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"homepage": "https://github.com/bushee/git-tag-version", | ||
@@ -28,2 +28,3 @@ "author": { | ||
"main": "src/git-tag-version.js", | ||
"bin": "bin/cli.js", | ||
"scripts": { | ||
@@ -30,0 +31,0 @@ "test": "grunt test" |
@@ -66,3 +66,10 @@ # git-tag-version | ||
### CLI | ||
An npm cli task is also available; it's options are exactly the same as JS version. | ||
```bash | ||
git-tag-version [--uniqueSnapshot | --unique-snapshot] | ||
``` | ||
## Contributing | ||
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/). |
11802
227
75