Giter Club home page Giter Club logo

mpm's Introduction

mpm (Meta Package Manager)

A CLI wrapper to unify interaction with multiple package managers across various OSs/distributions.

The concept of mpm is to create a (meta) package manager syntax/wrapper for the numerous package managers that exist to simplify administration of them.

Usage

# Searching (Searches Available Packages)
$ mpm search <query>

# For example:
#  * If you were on Debian, this would execute: apt-cache search <query>
#  * If you were on OS X, this would execute:   brew search <query>

# Installing (base package manager)
$ mpm install <package name(s)...>

# Installing (exterior/additional package managers)
$ mpm /cask install PACKAGE [PACKAGE...]
$ mpm /gem  install GEM [GEM...]
$ mpm /npm  install PACKAGE [PACKAGE...]

# Uninstalling
$ mpm uninstall <package name(s)...>

# Listing (Lists Installed Packages)
$ mpm list

# Updating (Updates the Package Index)
$ mpm update

Supported Package Managers

Linux

OS X

Others

  • Suggestions? Open a GitHub issue tagged as a Feature Request.

Installation

For now:

$ git clone https://github.com/eriknomitch/mpm.git
$ cd mpm
$ bundle install
$ rake install

Copyright

Copyright © 2015 Erik Nomitch. See LICENSE.txt for further details.

mpm's People

Contributors

eriknomitch avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

forinil

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.