diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-09 13:52:26 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-09 13:52:26 +0800 |
| commit | 3b5da73b9b5401d426bae20a6bd735dab26b6b8e (patch) | |
| tree | f9960e3c3213e44f9f023c5cb7867fb891ca3b1c /mingling_cli/src/proj_mgr.rs | |
| parent | 76e42ad0b79d012581629268879620261575d1a1 (diff) | |
feat: add project template expansion with rule-based generation
Implement `mling proj-init` to generate projects from zip templates with
checklist-based configuration. Extracts template archive, moves
checklist for user editing, and expands `tmpl_`-prefixed files using
`just_template` with boolean rule evaluation from `rule.toml` for file
hides and display toggles.
Diffstat (limited to 'mingling_cli/src/proj_mgr.rs')
| -rw-r--r-- | mingling_cli/src/proj_mgr.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mingling_cli/src/proj_mgr.rs b/mingling_cli/src/proj_mgr.rs index 8b13789..509f37d 100644 --- a/mingling_cli/src/proj_mgr.rs +++ b/mingling_cli/src/proj_mgr.rs @@ -1 +1,2 @@ - +pub mod cmd_proj_init; +pub mod rule_solver; |
