Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/epintos/wogger

Time logger for different projects and teams
https://github.com/epintos/wogger

Last synced: 22 days ago
JSON representation

Time logger for different projects and teams

Awesome Lists containing this project

README

        

# [Wogger]

Time logger for different projects and teams

## Quick Start

Install Node.js and then:

```sh
$ git clone [email protected]:epintos/wogger.git
$ cd wogger
$ sudo npm -g install grunt-cli karma bower
$ npm install
$ bower install
$ grunt watch
```

Finally, open `file:///path/to/logger/build/index.html` in your browser.

## Build and test

```sh
$ grunt build
$ grunt chrome-test
$ grunt watch
```

### Overall Directory Structure

At a high level, the structure looks roughly like this:

```
logger/
|- grunt-tasks/
|- karma/
|- src/
| |- app/
| | |-
| |- assets/
| | |-
| |- common/
| | |-
| |- less/
| | |- main.less
|- vendor/
| |- angular-bootstrap/
| |- bootstrap/
| |- placeholders/
|- .bowerrc
|- bower.json
|- build.config.js
|- Gruntfile.js
|- module.prefix
|- module.suffix
|- package.json
```