| :warning: WARNING | | :------------------------------------------------------: | | This project is incomplete and may not work as expected. |

neopkg

Workflow Status rustc version Apache-2.0

cross platform package manager

Installation

Download the latest binary from releases

```sh

POSIX: Give execution permission to neopkg and run

$ chmod +x neopkg && ./neopkg

Windows: Run the exe

$ .\neopkg.exe ```

Building from source

  1. Install dependencies

    1. Rust Nightly using rustup

    sh $ rustup toolchain install nightly

  2. Clone the source using git sh $ git clone https://github.com/m1ten/neopkg.git $ cd neopkg

  3. Build and run using cargo sh $ cargo +nightly run --release