Skip to content

josephj/standup-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

718 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stand-up Report Generator

Overview

Stand-up Report Generator is a Chrome extension that streamlines your daily stand-up process. It automatically fetches data from Jira tickets, GitHub PRs, and Google Calendar events. Using this information, it can generate a comprehensive stand-up report, saving you time and effort every morning.

You can install the extension from the Chrome Web Store.

Stand-up Report Generator

Development

Installation

npm install -g pnpm
git clone https://github.com/josephj/stand-up-report.git
cd stand-up-report
pnpm install
pnpm dev

Run

In Chrome browser, click the Window menu, then Extensions. Click the Load unpacked button and select the dist directory.

Update package version

For update package version in all package.json files use this command in root:

pnpm update-version <new_version>

If script was run successfully you will see Updated versions to <new_version>

Build

pnpm zip

It will create a zip file in the dist-zip directory.

Important files and folders

  • chrome-extension/manifest.js - Manifest file for the extension.
  • chrome-extension/src/background - Background script for the extension.
  • packages/gcf-auth-groq - Google Cloud Function for Inference API.
  • pages/new-tab - The main page of the extension.
  • dist/ - Built code
  • zip/ - Zip file for Chrome Web Store

Credits

This Chrome Extension is built on top of Chrome Extension Boilerplate.

About

Generate daily stand-up report by connecting to Jira, Github and Google Calendar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors