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.
npm install -g pnpm
git clone https://github.com/josephj/stand-up-report.git
cd stand-up-report
pnpm install
pnpm devIn Chrome browser, click the Window menu, then Extensions. Click the Load unpacked button and select the dist directory.
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>
pnpm zipIt will create a zip file in the dist-zip directory.
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 codezip/- Zip file for Chrome Web Store
This Chrome Extension is built on top of Chrome Extension Boilerplate.
