G suite drive manager
=========

A wrapper for the G Suite drive SDK

## Installation

  `npm install gsuite-drive-manager`

## Usage

    var driveManager = gsuiteDriveManager({
        auth: auth
    });

## Tests

  `npm test`

## Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
