Skip to content

A userscript for GitHub that turns dependencies in package.json, composer.json, Gemfile into clickable links

License

Notifications You must be signed in to change notification settings

kubk/github-package-links

Repository files navigation

github-package-links Build Status code style: prettier

A userscript that generates links for packages in dependency files like package.json, composer.json, Gemfile on GitHub. Inspired by GitLab.

Supported files

  • package.json / bower.json (JavaScript)
  • composer.json (PHP)
  • Gemfile / gems.rb (Ruby)
  • requirements.txt (Python)
  • Gopkg.toml (Go)

Requirements

Quick installation

  • Click here if you have Tampermonkey or Greasemonkey installed.

Manual installation

You can inspect the code and build a userscript manually from source:

  1. npm run build:prod
  2. Generate userscript: cat userscript/userscript-header.txt dist/bundle.js > script.user.js

Development

  1. npm run build:dev && npm run build-userscript

Tests

Run npm run test

About

A userscript for GitHub that turns dependencies in package.json, composer.json, Gemfile into clickable links

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published