9 releases
Uses new Rust 2024
| 0.1.9 | Jan 16, 2026 |
|---|---|
| 0.1.8 | Jan 15, 2026 |
#333 in Cargo plugins
72KB
1.5K
SLoC
Cargo-ecos
仿Vite的项目模板创建+构建插件
# git clone 本仓库 && cd xxx && cargo install --path . 或者:
cargo install cargo-ecos && cargo ecos --version
cargo ecos version
cargo ecos init [project_name] [-f] [--template <name>] [--flash <path>]
cargo ecos config [--default [name]] # name 默认为 "c1"
cargo ecos build [-r <release>] [--no-mem-report] [-- args...]
cargo ecos flash [-s] [-p <path>] [-f <file>] [-b [-- args...]] [-r [-- args...]]
cargo ecos clean [-a]
cargo uninstall cargo-ecos
# 推荐常用命令:
cargo ecos flash -r -- -s
todo-list:见template目录
Dependencies
~8–12MB
~213K SLoC