1.0.0 • Published 7 years ago
gsuite-user-manager v1.0.0
G suite user manager
A wrapper for the google admin SDK user API
Installation
npm install g suite-user-manager
Usage
var userManager = gsuiteUserManager({
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.