freshbooks-cli-task

0.1.1 • Public • Published

freshbooks-cli-task

Build Status

A command-line interface for interacting with Freshbooks Tasks

Overview

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

freshbooks-cli-task implements the task subcommand for freshbooks-cli.

Usage

--list, -l - Display the full list of tasks
--help, -h - Display this message

Examples

# Displaying the full list of tasks
$ freshbooks-task --list
task_id rate  name           description                 
1       99.99 Simulated task A task generated by nodemock

Contributing

The test suite is implemented with nodeunit and nixt.

To rebuild & run the tests

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

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

Use npm link from the project directory to tell freshbooks-cli to use your modified freshbooks-cli-task during development.

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

License

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    0

Package Sidebar

Install

npm i freshbooks-cli-task

Weekly Downloads

0

Version

0.1.1

License

none

Last publish

Collaborators

  • logankoester