Calculate actual metrics from your work on GitHub, suitable for example for a daily report. Then deliver that data to a Slack channel.
git clone [email protected]:jrbaudin/debriefr.git
cd debriefr
To ensure a sweet workflow with this mono repo lerna is used. The easiest way to get started on how to use it is to check their How It Works section. But in a nut shell lerna resolves local packages first and if not found then tries to fetch them remotely from npm. This allows easy code sharing and structure.
THIS SECTION NEEDS UPDATING