https://github.com/danielmschmidt/tickspot-wage
A cli for getting the hours worked and money gained via the tickspot API.
https://github.com/danielmschmidt/tickspot-wage
Last synced: about 1 year ago
JSON representation
A cli for getting the hours worked and money gained via the tickspot API.
- Host: GitHub
- URL: https://github.com/danielmschmidt/tickspot-wage
- Owner: DanielMSchmidt
- Created: 2015-05-19T17:47:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T07:34:28.000Z (about 8 years ago)
- Last Synced: 2025-02-18T22:38:09.184Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/tickspot-wage
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Tickspot-Wage
=============
# Description
A cli for getting the hours worked and money gained via the tickspot API.
It saves a configuration file under `~/.wageconfig`, including your tickspot credentials and your hourly wage.
There is a config command (`wage config `) to change these properties (company, email, password, wagePerHour).
# Usage
To install wage from npm, run:
```
$ npm install -g tickspot-wage
```
Run ```wage --help``` to get the existing commands (`wage month` for now).
To install the bash completion run `wage completion >> ~/.bashrc (or ~/.zshrc or ~/.bash_profile)`
# License
Copyright (c) 2015 Daniel Schmidt
[MIT License](http://en.wikipedia.org/wiki/MIT_License)
# Acknowledgments
Built using [generator-commader](https://github.com/Hypercubed/generator-commander).