https://github.com/efremropelato/timetracker-cli
Easy TimeTracker
https://github.com/efremropelato/timetracker-cli
cli nodejs terminal-based
Last synced: 4 months ago
JSON representation
Easy TimeTracker
- Host: GitHub
- URL: https://github.com/efremropelato/timetracker-cli
- Owner: efremropelato
- License: mit
- Created: 2020-03-07T21:28:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:24:08.000Z (over 2 years ago)
- Last Synced: 2025-01-18T03:24:55.377Z (6 months ago)
- Topics: cli, nodejs, terminal-based
- Language: JavaScript
- Size: 563 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
TimeTracker
===========Easy TimeTracker
[](https://oclif.io)
[](https://npmjs.org/package/timetracker)
[](https://npmjs.org/package/timetracker)
[](https://github.com/efremropelato/timetracker/blob/master/package.json)| Master | [](https://travis-ci.com/efremropelato/timetracker) |
| ------- | ------------------------------------------------------------ |
| Develop | [](https://travis-ci.com/efremropelato/timetracker) |* [Usage](#usage)
* [Commands](#commands)# Usage
```sh-session
$ npm install -g timetracker
$ tt COMMAND
running command...
$ tt (-v|--version|version)
timetracker/0.0.0 linux-x64 node-v12.16.1
$ tt --help [COMMAND]
USAGE
$ tt COMMAND
...
```# Commands
* [`tt hello`](#tt-hello)
* [`tt help [COMMAND]`](#tt-help-command)## `tt hello`
Describe the command here
```
USAGE
$ tt helloOPTIONS
-n, --name=name name to printDESCRIPTION
...
Extra documentation goes here
```_See code: [src/commands/hello.js](https://github.com/efremropelato/timetracker/blob/v0.0.0/src/commands/hello.js)_
## `tt help [COMMAND]`
display help for tt
```
USAGE
$ tt help [COMMAND]ARGUMENTS
COMMAND command to show help forOPTIONS
--all see all commands in CLI
```_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.3/src/commands/help.ts)_