Coder Social home page Coder Social logo

orta / package-managers Goto Github PK

View Code? Open in Web Editor NEW

This project forked from librariesio/package-managers

0.0 3.0 0.0 14 KB

:package: Metadata about every package manager that Libraries.io supports

Home Page: https://libraries.io/

License: MIT License

package-managers's Introduction

Package Managers

Metadata extracted from Libraries.io about many different package managers in a standard format.

String interpolation of commands and urls is done using mustache in an attempt at cross language compatibility.

All data is stored in JSON where the key for each package manager is the name of the repository in lower case.

Each attribute relates to the source of some information about a package that can be inferred from just the package manager, name of the package and optionally it's version.

See package-managers.json for the full data set.

Data format

"rubygems": {
  "install": "gem install {{name}} {{#version}}-v {{version}}{{/version}}",
  "download": "https://rubygems.org/downloads/{{name}}-{{version}}.gem",
  "url": "https://rubygems.org/gems/{{name}}{{#version}}/versions/{{version}}{{/version}}",
  "documentation": "http://www.rubydoc.info/gems/{{name}}/{{version}}"
}

Valid Keys

install

The shell command to install a package, possibly to install a specific version of that package.

download

The url to a tarball/zip of the source code of that package, most likely to a specific version of that package.

documentation

The url to automatically generated documentation for that package, possibly to a specific version of that package.

url

The url for the page on the repository website for that package, possibly to a specific version of that package.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/librariesio/package-managers. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The project is available as open source under the terms of the MIT License.

package-managers's People

Contributors

andrew avatar

Watchers

 avatar  avatar  avatar

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.