GithubHelp home page GithubHelp logo

krzysztof-cieslak / distributed-package-manager Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 61 KB

Distributed Package Manager is VSCode extension that allows you to install and manage VSCode extensions from sources different than the official marketplace.

License: MIT License

JavaScript 24.54% TypeScript 75.46%

distributed-package-manager's Introduction

Distributed Package Manager

Distributed Package Manager is VSCode extension that allows you to install and manage VSCode extensions from sources different than the official marketplace. It may be useful for managing packages from private repositories or for managing packages that are not (yet) available in the official marketplace - for example, packages that are still in development.

Supported package sources

  • GitHub releases

Planned package sources

  • GitHub Actions Artifacts
  • Custom HTTP(S) endpoints
  • And more

How does it work?

Distributed Package Manager uses application-scope (this means you can't override it on the workspace level) VSCode setting for defining list of package sources. You can define package sources in the following format:

{
    "distributed-package-manager.sources": [
        {
            "type": "gh-release",
            "repository": "{owner}/{repo}"
        }
    ]
}

Extension reads this list on the startup and then uses it to fetch package information from the defined sources. If the new version of package is available it will automatically download and install it. For GitHub releases and actions extension uses GitHub API to fetch information about the releases and artifacts, using the user logged in to the VSCode.

Imposter Syndrome Disclaimer

I want your help. No really, I do.

There might be a little voice inside that tells you you're not ready; that you need to do one more tutorial, or learn another framework, or write a few more blog posts before you can help me with this project.

I assure you, that's not the case.

And you don't just have to write code. You can help out by writing documentation, tests, or even by giving feedback about this work. (And yes, that includes giving feedback about the contribution guidelines.)

Thank you for contributing!

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Copyright

The library is available under MIT license, which allows modification and redistribution for both commercial and non-commercial purposes.

Cloud icon by Icons8

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.