/freshbooks-cli

Command-line interface to the FreshBooks API

Primary LanguageCoffeeScriptMIT LicenseMIT

freshbooks-cli

Build Status

Command-line interface to the FreshBooks API

Overview

freshbooks-cli is a command-line interface to the FreshBooks API.

Usage

--help, -h - Display this message

Contributing

The test suite is implemented with nodeunit and nixt.

To rebuild & run the tests

$ git clone https://github.com/logankoester/freshbooks-cli.git
$ cd freshbooks-cli
$ npm install
$ grunt test

You can use grunt watch to automatically rebuild and run the test suite when files are changed.

To contribute back, fork the repo and open a pull request with your changes.

License

Copyright (c) 2013-2014 Logan Koester Licensed under the MIT license.