Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1egoman/waltz
Manage your project development time.
https://github.com/1egoman/waltz
Last synced: about 1 month ago
JSON representation
Manage your project development time.
- Host: GitHub
- URL: https://github.com/1egoman/waltz
- Owner: 1egoman
- License: mit
- Created: 2016-01-24T16:27:39.000Z (almost 9 years ago)
- Default Branch: dev
- Last Pushed: 2016-04-02T12:28:17.000Z (over 8 years ago)
- Last Synced: 2024-11-17T07:22:06.277Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://waltzapp.co
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Waltz [![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url]
> Track the time you work on projects## Installation
```sh
$ npm install --global waltz
```## Usage
```bash
$ waltz init
$ waltz in
$ # wait a while...
$ waltz out
$ waltz ls
Logged Hours:
Sun Jan 24 2016 10:20:00 - 11:20:00
About 1 hours, 0 minutes, and 0 seconds
$ waltz report && google-chrome report.html
# creates a report and opens it in chrome
```
For configuration options, see `.timeclock.json` in your project directory.
For a few example reports, see .## License
© [1egoman](rgaus.net)[npm-image]: https://badge.fury.io/js/timeclock.svg
[npm-url]: https://npmjs.org/package/timeclock
[travis-image]: https://travis-ci.org/1egoman/timeclock.svg?branch=master
[travis-url]: https://travis-ci.org/1egoman/timeclock
[daviddm-image]: https://david-dm.org/1egoman/timeclock.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/1egoman/timeclock