Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 442 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 442 Bytes

G suite group manager

A wrapper for the G suite group API

Installation

npm install @duizendstra/google-group-manager

Usage

groupManager = googleGroupManager.googleGroupManager({
    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.