GithubHelp home page GithubHelp logo

lptstr / kombucha Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 302 KB

A WIP lightweight PowerShell package manager. Like bpkg, but for PowerShell.

License: GNU Affero General Public License v3.0

PowerShell 100.00%
powershell lptstr package-manager package-management package

kombucha's Introduction

Kombucha for ever!

Kombucha is an extremely simple package manager for PowerShell. It is designed so that you can distribute any dependencies with your project, and also allows for global installs, like npm or pip.

Kombucha is currently rough-around-the-edges and still in alpha stage.

Features

  • ๐Ÿ’ป Cross-platform - works on macOS, Windows, and Linux.
  • ๐Ÿ’ฐ Absolutely free!
  • ๐Ÿ•œ Speed that is best measured by a stopwatch, not a calendar.

Installation

Kombucha is currently WIP, so there isn't an (official) way to install it yet. If you're just dying to try it out, there are to ways to install it:

NOTE: Before installing, make sure that you have at least PowerShell 5 (or later) installed with .NET 4+.

  • Using Scoop. Use this method if you are on Windows. Make sure that you have the extras bucket installed:
    $ scoop bucket list
    main
    java
    ...
    extras
    
    Then install kombucha:
    $ scoop install kombucha
    
  • Using git. use this method if you are macOS/Linux.
    $ git clone [email protected]:lptstr/kombucha.git kombucha
    $ chmod +x bin/kombucha.ps1    # just in case
    $ ln ./bin/kombucha.ps1 ~/bin/kombucha
    
    
    

TODO

Do you want to contribute? Try implementing these features:

  • install command
  • info command
  • list command (list globally installed packages)
  • search command (which also lists all available packages)
  • uninstall command (remove globally installed packages)

Credits

Thanks to the maintainers of Scoop, especially Luke Sampson, from whose repository I stole a lot of stuff.

kombucha's People

Contributors

kiedtl avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.