https://github.com/j03-dev/minstall
my own package manager for linux wirting in Rust
https://github.com/j03-dev/minstall
cli linux package-manager rust
Last synced: about 1 month ago
JSON representation
my own package manager for linux wirting in Rust
- Host: GitHub
- URL: https://github.com/j03-dev/minstall
- Owner: j03-dev
- Created: 2023-04-28T11:03:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T10:03:23.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T14:33:59.408Z (over 1 year ago)
- Topics: cli, linux, package-manager, rust
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Make my own package manager
## Description
This is a simple package manager for my own use. It is written in rust and it is not yet complete.
## Install rust if not yet install
```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
## Build
```sh
git clone https://github.com/j03-dev/minstall
cd minstall
./build.sh
```
## How to use
### for search package
```bash
target/release/minstall -s
```
### for install package
```bash
target/release/minstall -i
```