summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimmo Brunfeldt <kimmobrunfeldt@gmail.com>2014-07-06 21:35:16 +0300
committerKimmo Brunfeldt <kimmobrunfeldt@gmail.com>2014-07-06 21:35:16 +0300
commit7fab914b2b13b054850e41f92516e3577cb66985 (patch)
treec94b1c5d3ddd98a6f9fe8833c13da78efaf16278
parent39b66d4f88c926a831345eaf1add4d4d058da0e7 (diff)
downloadgit-hours-7fab914b2b13b054850e41f92516e3577cb66985.zip
git-hours-7fab914b2b13b054850e41f92516e3577cb66985.tar.gz
git-hours-7fab914b2b13b054850e41f92516e3577cb66985.tar.bz2
Rename to git hours
-rw-r--r--README.md16
-rw-r--r--package.json15
2 files changed, 22 insertions, 9 deletions
diff --git a/README.md b/README.md
index c1577c2..aa8b23b 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,14 @@
-clockout
-========
+# Git hours
+
+Estimate time spent on a git repository.
+
+**Example**
+
+
+## Usage
+
+Simply run `githours` command inside a git repository.
+
+## Install
+
+ npm install -g git-time-spent
diff --git a/package.json b/package.json
index 773fc4f..e6c06c6 100644
--- a/package.json
+++ b/package.json
@@ -1,28 +1,29 @@
{
- "name": "git-time-spent",
- "version": "0.0.0",
- "description": "Calculate time spent on git repository",
+ "name": "git-hours",
+ "version": "0.1.0",
+ "description": "Calculate time spent on a git repository",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
- "url": "https://github.com/kimmobrunfeldt/git-time-spent.git"
+ "url": "https://github.com/kimmobrunfeldt/git-hours.git"
},
"keywords": [
"git",
"time",
"spent",
"tracking",
- "clock"
+ "clock",
+ "hours"
],
"author": "Kimmo Brunfeldt",
"license": "MIT",
"bugs": {
- "url": "https://github.com/kimmobrunfeldt/git-time-spent/issues"
+ "url": "https://github.com/kimmobrunfeldt/git-hours/issues"
},
- "homepage": "https://github.com/kimmobrunfeldt/git-time-spent",
+ "homepage": "https://github.com/kimmobrunfeldt/git-hours",
"dependencies": {
"bluebird": "^2.1.3",
"lodash": "^2.4.1",