Giter Site home page Giter Site logo

mike-north / chrome-github-boxcutter Goto Github PK

View Code? Open in Web Editor NEW
509.0 23.0 37.0 242 KB

A Google Chrome extension, for enhanced Github package manifests

Home Page: https://chrome.google.com/webstore/detail/github-boxcutter/knapnimomamjogbajmmoefhopnebjbff

License: MIT License

Makefile 9.12% JavaScript 90.88%

chrome-github-boxcutter's Introduction

GitHub Boxcutter

Better package manifests on Github Boxcutter enhances package manifests on github.

  • Click on package names to jump to their repositories

Support for the following package managers (more coming soon):

  • NPM (JavaScript)
  • Bower (JavaScript)
  • Gem (Ruby)
  • Hex (Elixir)

Screenshot

License

MIT License

Copyright

(c) 2015 Mike North

chrome-github-boxcutter's People

Contributors

bobbydixit avatar mike-north avatar owenvoke avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chrome-github-boxcutter's Issues

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because we are using your CI build statuses to figure out when to notify you about breaking changes.

Since we did not receive a CI status on the greenkeeper/initial branch, we assume that you still need to configure it.

If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with greenkeeper/.

We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

Add support to Cargo (Rust package manager)

It would be nice if we have support to Cargo packages (Crates.io), so we can navigate from Cargo.toml file to it's Crates.io .

Example:

[package]
name = "hello_world"
version = "0.1.0"
edition = "2021"

[dependencies]
time = "0.1.12"
regex = "0.1.41"

Time and regex should point to:

Add support to GitHub Actions

It would be nice if we have support to GitHub actions, so we can navigate from [some-action].yml file to it's repository.

Example:

jobs:
  build:
    name: Build
    runs-on: windows-latest

    steps:
      - name: Checkout code
        uses: actions/checkout@v2

The last line should be a link to: actions/checkout@v2

Publish to Firefox addons

It would be cool if this would be available for Firefox. As far as I know, no changes should be required and the only thing required would be to create an account and publish the extension.

Add support to NuGet (.NET package manager)

It would be nice if we have support to NuGet packages, so we can navigate from [some-project].csproj file to it's NuGet page.

Example: CrispyWaffle.csproj

<ItemGroup>
    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
    <PackageReference Include="System.Diagnostics.EventLog" Version="7.0.0" />
    <PackageReference Include="System.Security.Permissions" Version="7.0.0" />
</ItemGroup>

Each line above should point to NuGet page

Newtonsoft.Json
System.Diagnostics.EventLog
System.Security.Permissions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.