Teambrew

Tools for Teambrewing.

Install

Teambrew requires Deno.

Currently only UNIBA members can download and try it. Please wait for future release for public use.

$ git clone https://github.com/uniba/teambrew.git
$ cd teambrew
$ deno install --global --allow-all --import-map deno.json \
--force --name teambrew main.ts

What does Teambrew Do?

Teambrew enables your team visible in an honest way.

Teambrew provides calm room for keeping record of you and your team's activity. Also provides functions to create new records, view and moderate it.

Teambrew won’t provide trust itself. Teambrew helps to integrate and distribute intentions of you and your team.

Multiple teams can be created if necessary.

It’s all Git and TypeScript underneath, so hack away with the knowledge that you can easily revert a wrong recording and add functionality for automation etc.

Teambrew records are simple texts and easy to read.

Teambrew stores your records in local. Your teammates and automated processes can use records only you sync explicitly.

Exporting records for tax authorities also possible. Take your team's integrity to the tax office!

Making a team is as simple as creating a room. Good luck!

Commands

SYNOPSIS

Usage:   teambrew
Version: 0.0.1   

Description:

  Teambrewing toolkit

Options:

  -h, --help     - Show this help.
  -V, --version  - Show the version number for this program.

Commands:

  auth     - Authenticate/Authorize for gathering data resources
  gather   - Collect activity grains from real-worls
  init     - Initialize teambrew
  team     - Manage teams
  inspect  - Inspect activity data

ESSENTIAL COMMANDS

gather
Collect activity grains from real-worls
team
Manage teams

COMMANDS

init
Initialize teambrew
auth
Authenticate/Authorize for gathering data resources
inspect
Inspect activity data

Plugins

Comming in future...

Releases

v0.0.1
2024.7.26