Crates.io | neopkg |
lib.rs | neopkg |
version | 0.0.1 |
source | src |
created_at | 2022-02-27 00:20:31.044747 |
updated_at | 2022-02-27 00:59:04.373296 |
description | cross platform package manager |
homepage | |
repository | https://github.com/m1ten/neopkg |
max_upload_size | |
id | 540158 |
size | 95,512 |
:warning: WARNING |
---|
This project is incomplete and may not work as expected. |
cross platform package manager
Download the latest binary from releases
# POSIX: Give execution permission to neopkg and run
$ chmod +x neopkg && ./neopkg
# Windows: Run the exe
$ .\neopkg.exe
Install dependencies
rustup
$ rustup toolchain install nightly
$ git clone https://github.com/m1ten/neopkg.git
$ cd neopkg
Build and run using cargo
$ cargo +nightly run --release