Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/epintos/wogger
- Owner: epintos
- License: mit
- Created: 2014-07-23T01:15:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-02T00:14:52.000Z (over 10 years ago)
- Last Synced: 2023-08-01T11:25:16.632Z (over 1 year ago)
- Language: JavaScript
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```