1.2.1 • Published 8 years ago
accounto v1.2.1
accounto
Create Google groups from the CLI
Install
npm install -g accountoRequires node >= 6.
Create a group
accounto new --name <group_name>This creates a group named <group_name> with the primary email <group_name>@<your_domain>.
You can optionally specify an email different than the name with
accounto new --name <group_name> --email <email>