0.1.0 2022年2月27日
0.0.1 2022年2月27日

#116 in #警告

Apache-2.0LGPL-3.0-or-later

27KB
474 代码行

⚠️ 警告
此项目可能不完整,可能无法按预期工作。

neopkg

Workflow Status rustc version Apache-2.0

跨平台包管理器

安装

发行版下载最新二进制文件

# POSIX: Give execution permission to neopkg and run
$ chmod +x neopkg && ./neopkg

# Windows: Run the exe
$ .\neopkg.exe

从源码构建

  1. 安装依赖

    1. Rust Nightly 使用 rustup
    $ rustup toolchain install nightly
    
  2. 使用 git 克隆 源码

    $ git clone https://github.com/m1ten/neopkg.git
    $ cd neopkg
    
  3. 使用 cargo 构建 和 运行

    $ cargo +nightly run --release
    

依赖项

~24–39MB
~600K SLoC