Skip to content

Davidonium/github-pr-pretty-link

Repository files navigation

Github Pull Request Pretty Link

Browser extension to copy a link from the current active tab so that your teammates can see what the Pull Request is about before clicking.

Building

This extension is built on a linux/amd64 machine. If dependencies are replicated, it can be possible to build it in other OSes or architecture combinations.

Dependencies:

Run:

pnpm install
pnpm build

The resulting package will be under ./dist/app.

Packaging for release

To generate the zip package to submit to the browser extension stores, run:

pnpm package

The package will be under ./dist/package.zip.

About

Copy pretty github pull request links as a Browser Extension

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published