aboutsummaryrefslogtreecommitdiff
path: root/mling/src/proj_mgr/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(mling): enable pathf feature and run type mapping build魏曹先生20 hours1-12/+4
| | | | | | | | Add the `pathf` feature to mingling dependency and invoke `analyze_and_build_type_mapping` during the build script. Reorganize internal module visibility from `mod + pub use` to direct `pub mod`.
* feat(proj_mgr): add CHECKLIST.md reader for values and toggles魏曹先生4 days1-0/+3
| | | | | Parse fenced code blocks as key-value pairs and checkbox lines as namespace toggles in a single pass
* feat(proj_mgr): add project generation with interactive checklist魏曹先生4 days1-0/+7
|
* Replace show.workspace with show.workspace-dir command魏曹先生2026-06-071-2/+7
|
* Move error handling into its own module and add show.binaries command魏曹先生2026-06-071-0/+3
|
* Add hformat_cargo, hprintln_cargo macros and help rendering魏曹先生2026-06-071-4/+18
|
* Refactor CLI entry points and move main logic to library魏曹先生2026-06-071-2/+2
|
* Fix date format padding in version string魏曹先生2026-06-071-0/+3
|
* Refactor mling to use new program architecture and install scripts魏曹先生2026-06-071-0/+3