/kx

Very simple abstraction layer over package managers; useful for those who work on many different distros

Primary LanguageShellMIT LicenseMIT

Package Manager Abstraction
========


Usage
------

### Either use in your own scripts to reduce code duplication.
e.g. via
    CMD=$(/path/to/kx install <package>)
    CMD



### Or call directly from the command line:

EITHER to show the command:

    /path/to/kx i

OR to execute immediately:

    $(/path/to/kx i) <package>

    or:
    
    `/path/to/kx i` <package>



Debug
------


    DEBUG=1 && ~/kx__packagemanagerabstraction/kx i

OR 
    
    DEBUG=1 ~/kx__packagemanagerabstraction/kx i