gsuite-drive-manager
Version:
A wrapper for the G suite drive SDK
23 lines (13 loc) • 430 B
Markdown
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.