neopkg

Crates.ioneopkg
lib.rsneopkg
version0.0.1
sourcesrc
created_at2022-02-27 00:20:31.044747
updated_at2022-02-27 00:59:04.373296
descriptioncross platform package manager
homepage
repositoryhttps://github.com/m1ten/neopkg
max_upload_size
id540158
size95,512
miten (m1ten)

documentation

README

: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

# 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
    
Commit count: 219

cargo fmt