Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chmanie/fastbiller
export clocker data to fastbill
https://github.com/chmanie/fastbiller
Last synced: 28 days ago
JSON representation
export clocker data to fastbill
- Host: GitHub
- URL: https://github.com/chmanie/fastbiller
- Owner: chmanie
- License: other
- Created: 2014-05-14T00:47:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-14T01:08:04.000Z (over 10 years ago)
- Last Synced: 2024-10-07T21:04:10.565Z (about 1 month ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fastbiller
export [clocker](https://github.com/substack/clocker) data to [fastbill](http://www.fastbill.com)
## Installation
```bash
$ npm install fastbiller -g
```## Usage
```bash
clocker data | fastbiller -c [customerID] -p [projectID]
```or
```bash
fastbiller -c [customerID] -p [projectID] -f [clockerdata.json]
```
```bash
fastbiller --helpOptions:
-h, --help output usage information
-V, --version output the version number
-p, --project Fastbill project id
-c, --customer Fastbill customer id
-f, --file clocker data file (json)
```