linear-and-github-extension

LAGE's mascot

Linear And GitHub Extension
LAGE

Chrome Web Store
Linear And GitHub Extension is an open-source MIT-licensed Chrome browser extension designed to "link" Linear and GitHub web pages information. LAGE will generate cross-site sections that aims to let you easily check issues and PRs relations.

Software License

Questions

Most questions can be answered by reading or opening up a new discussion.

Building with NodeJS

Getting Started

First, run the development server:

pnpm dev

Open your browser and load the appropriate development build. For example, if you are developing for the Chrome browser, using manifest v3, use: build/chrome-mv3-dev.

For further guidance, visit our Documentation

Making production build

Run the following:

pnpm build

This should create a production bundle for your extension, ready to be zipped and published to the stores or upload to your personal Chrome browser.