leanmanager

command module
v0.0.0-...-c5462c8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2017 License: Apache-2.0 Imports: 3 Imported by: 0

README

leanmanager header It's time to replace your manager with a bot!

Introduction

The aim of Lean Manager is to be an end-to-end solution for management of development teams using your favourite tools, not adding more. The mantra is "Keep it simple" so we can focus in development and product design, not in management, time tracking and so on.

Bot

It's our main point of contact with leanmanager, it uses Slack Real Time API. Rigth now the only functionality is running the Daily meetings making the questions but more functionality will be added in the future.

To install and use leanmanager, you need Docker. Then, just execute:

docker pull antonmry/leanmanager:latest

Daily meetings

Daily meetings are in beta phase, but you can use them as you can see in the following screenshot:

Daily screenshot with leanmanager

To run it, you need to create a bot in the slack bot creation page and retrieve the token of your new bot. Then execute:

docker run -e LEANMANAGER_TOKEN=YOUR_TOKEN antonmry/leanmanager:latest

By default, leanmanager stores the database inside the docker image. If you want to persist the data between sessions, you can execute:

docker run --rm -e LEANMANAGER_TOKEN=$LEANMANAGER_TOKEN -e LEANMANAGER_PATHDB=/mnt -v $(pwd):/mnt antonmry/leanmanager:latest

Documentation

Overview

Cobra package to launch the commands defined in the cmd package

Directories

Path Synopsis
Package api provides general types and functions for leanmanager
Package api provides general types and functions for leanmanager
Package apiserver provides the APIs to build the leanmanager logic
Package apiserver provides the APIs to build the leanmanager logic
Package cmd implements the leanmanager available commands
Package cmd implements the leanmanager available commands
Package slackbot provides all the leanmanager logic for the Slack bot
Package slackbot provides all the leanmanager logic for the Slack bot
Package storage contains the logic to persist data in the DB
Package storage contains the logic to persist data in the DB

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL