create-vue-monorepo
cli使用Rust重构
create-vue-monorepo
cli 库,原库是使用ESM构建的
| 技术栈 | 版本 | | :-- | :-- | | rust | 1.67.1 | | dialoguer | 0.10.3 | | console | 0.15.5 | | termcolor | 1.2.0 | | regex | 1.7.3 | | serde_json | 1.0.159 | | git2 | 0.17.0 |
```shell git clone https://github.com/laqudee/create-vue-monorepo-rs.git
cd create-vue-monorepo-rs
cargo install
cargo build
cargo run ```
template
放到根目录下,分为base
,code
, config
这三个子目录,根据选择的配置不同,进行渲染。dialoguer
库,生成命令行配置选择render()
函数进行渲染git2
库初始化git