google-group-manager
Version:
A wrapper for the Google Admin SDK Groups
25 lines (13 loc) • 464 B
Markdown
Google group manager
=========
A wrapper for the Google group API
`npm install @duizendstra/google-group-manager`
groupManager = googleGroupManager.googleGroupManager({
auth: auth
});
`npm test`
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.