0.1.0 |
|
---|---|
0.0.1 |
|
#114 in #warnings
27KB
474 lines
⚠️ WARNING |
---|
This project is incomplete and may not work as expected. |
neopkg
cross platform package manager
Installation
Download the latest binary from releases
# POSIX: Give execution permission to neopkg and run
$ chmod +x neopkg && ./neopkg
# Windows: Run the exe
$ .\neopkg.exe
Building from source
-
Install dependencies
- Rust Nightly using
rustup
$ rustup toolchain install nightly
- Rust Nightly using
-
$ git clone https://github.com/m1ten/neopkg.git $ cd neopkg
-
Build and run using
cargo
$ cargo +nightly run --release
Dependencies
~26–41MB
~619K SLoC