An open API service indexing awesome lists of open source software.

https://github.com/mo42/teamctl

Attempt to manage a tech team from the command line
https://github.com/mo42/teamctl

cli command-line-tool teamwork teamwork-projects

Last synced: 6 months ago
JSON representation

Attempt to manage a tech team from the command line

Awesome Lists containing this project

README

          

# teamctl

`teamctl` is an attempt to support a software engineering team from the command-line.
The goal is to promote fair, consistent, and structured management without heavy HR systems.

Currently, the tool supports adding a person in the team and submitting observations that I can use for feedback:
```
Team management CLI

Usage: teamctl

Commands:
add-person
list
feedback
timeline
add-responsibility Add a responsibility to a person
list-responsibilities List responsibilities of a person
help Print this message or the help of the given subcommand(s)

Options:
-h, --help Print help
-V, --version Print version
```

# Example
```
teamctl add-person bob
teamctl feedback --type good --comment "completed refactoring of geometric core" bob
teamctl timeline bob
```