https://github.com/koompi/pi
Next generation package manager for KOOMPI OS
https://github.com/koompi/pi
package-manager
Last synced: 8 months ago
JSON representation
Next generation package manager for KOOMPI OS
- Host: GitHub
- URL: https://github.com/koompi/pi
- Owner: koompi
- License: gpl-3.0
- Created: 2021-03-19T06:22:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T03:25:37.000Z (over 4 years ago)
- Last Synced: 2025-06-30T17:45:35.193Z (about 1 year ago)
- Topics: package-manager
- Language: Rust
- Homepage:
- Size: 273 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Fast, reliable, and Rusty.
---
## Overview
Pi is a package manager built in Rust that aims to be unique, fast, secure, and new difference taste. PKGBUILD is structure in yaml extension. Pi is being tasted and used by our developers which is the default package manager in KOOMPI OS(being develop).
## Installing Pi
- `git clone https://github.com/koompi/pi`
- `cd pi`
- `chmod +x build.sh`
- `./build.sh`
### Requirements
- Rust Programming Language
- Git
## Documentation
In order to learn more about our package manager you can visit our documentation file [here](./docs/).
## Contributing to Pi
Contributions are always welcome, no matter how large or small. Substantial feature requests should be proposed as an issue. Before contributing, please read the [code of conduct](CODE_OF_CONDUCT.md).