0.0.3 • Published 7 years ago

gsuite-license-manager v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

G suite drive manager

A wrapper for the G Suite license SDK

Installation

npm install gsuite-license-manager

Usage

var licenseManager = gsuiteLicenseManager({
    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.