/packit

A package manager.

Primary LanguageRustMIT LicenseMIT

Packit

Installation | Documentation | Author

A package manager written in rust.

Description


Packit is a package manager with no repository, this means it can install packages from anywhere and is not limited to a repository.

Roadmap


  • Installing from package hosted on github/gitlab
  • Installing from local package
  • Scripting language for better BUILD files

Bootstraping


$ git clone https://github.com/proxin187/packit

bootstrap:

$ sudo cargo run install

Usage


Usage: packit [OPTIONS] <COMMAND>

Commands:
  install  
  update   
  help     Print this message or the help of the given subcommand(s)

Options:
  -s, --silent   
  -h, --help     Print help
  -V, --version  Print version

License


packit is licensed under the MIT license.

Contribute


packit is currently not open for contributions.