Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 --help

Options:

-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)
```