0.1.0 Feb 27, 2022
0.0.1 Feb 27, 2022

#111 in #warnings

30 downloads per month

Apache-2.0 and LGPL-3.0-or-later

27KB
474 lines

⚠️ 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

# 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
    $ rustup toolchain install nightly
    
  2. Clone the source using git

    $ git clone https://github.com/m1ten/neopkg.git
    $ cd neopkg
    
  3. Build and run using cargo

    $ cargo +nightly run --release
    

Dependencies

~23–40MB
~600K SLoC