Skip to content

Commit 65f4593

Browse files
committed
0.0.5
1 parent c008ffd commit 65f4593

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ npm install -g clocki
2222
$ clocki COMMAND
2323
running command...
2424
$ clocki (-v|--version|version)
25-
clocki/0.0.4 darwin-x64 node-v10.10.0
25+
clocki/0.0.5 darwin-x64 node-v10.10.0
2626
$ clocki --help [COMMAND]
2727
USAGE
2828
$ clocki COMMAND
@@ -74,7 +74,7 @@ ALIASES
7474
$ clocki hello
7575
```
7676

77-
_See code: [src/commands/in.ts](https://github.com/fsschmitt/clocki-cli/blob/v0.0.4/src/commands/in.ts)_
77+
_See code: [src/commands/in.ts](https://github.com/fsschmitt/clocki-cli/blob/v0.0.5/src/commands/in.ts)_
7878

7979
## `clocki out`
8080

@@ -94,11 +94,11 @@ ALIASES
9494
$ clocki goodbye
9595
```
9696

97-
_See code: [src/commands/out.ts](https://github.com/fsschmitt/clocki-cli/blob/v0.0.4/src/commands/out.ts)_
97+
_See code: [src/commands/out.ts](https://github.com/fsschmitt/clocki-cli/blob/v0.0.5/src/commands/out.ts)_
9898

9999
## `clocki report`
100100

101-
describe the command here
101+
Generates a report (day or week) with all tasks done
102102

103103
```
104104
USAGE
@@ -111,11 +111,11 @@ OPTIONS
111111
-w, --week Weekly report
112112
```
113113

114-
_See code: [src/commands/report.ts](https://github.com/fsschmitt/clocki-cli/blob/v0.0.4/src/commands/report.ts)_
114+
_See code: [src/commands/report.ts](https://github.com/fsschmitt/clocki-cli/blob/v0.0.5/src/commands/report.ts)_
115115

116116
## `clocki task [TASK]`
117117

118-
Add a work task
118+
Add a work task to the day report
119119

120120
```
121121
USAGE
@@ -131,5 +131,5 @@ ALIASES
131131
$ clocki work
132132
```
133133

134-
_See code: [src/commands/task.ts](https://github.com/fsschmitt/clocki-cli/blob/v0.0.4/src/commands/task.ts)_
134+
_See code: [src/commands/task.ts](https://github.com/fsschmitt/clocki-cli/blob/v0.0.5/src/commands/task.ts)_
135135
<!-- commandsstop -->

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clocki",
33
"description": "A simple tool to track in-and-out time and taks done during the day",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"author": "fsschmitt @fsschmitt",
66
"bin": {
77
"clocki": "./bin/run"

0 commit comments

Comments
 (0)