1 unstable release

0.1.0 Feb 7, 2025

#2002 in Command line utilities

Download history 129/week @ 2025-02-05

129 downloads per month

MIT license

10KB
176 lines

rsup_config

This crate used the rsup tools. See rsup


lib.rs:

读取配置文件 操作配置文件 默认目录: macos|linux: /opt/rsup windows: C:\Program Files\rsup

配置文件: config.toml

配置文件格式:

name = "rsup"
version = "0.1.0"
dir = "/opt/rsup"
[web]
port = 8888
static_dir = "/opt/rsup/web"

[pkg]
npm_registry = "https://registry.npmmirror.com"

Dependencies

~3–9.5MB
~84K SLoC