Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

TeamCodeStream/codestream-browser

Repository files navigation

CodeStream Browser extension

This is the browser extension for CodeStream, supporting Chrome (Chrome Web Store) and Firefox (Firefox Add-ons). It adds a Open in ... button on PR pages, offers to auto-link PRs into your editor, and adds a Start Work button on Issue pages.

Build

npm install --no-save && npm run build && npm run package

Test

Build the extension and

The extension is active until the next restart of your browser.

During development, as you rebuild, you can reload the extension without restarting your browser from the extensions page.