crompt 0.1.0

Structured Config-as-Script — zero-boilerplate Shell CLI scaffolding.
Documentation
  • Coverage
  • 0%
    0 out of 33 items documented0 out of 2 items with examples
  • Size
  • Source code size: 50 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.91 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 38s Average build duration of successful builds.
  • all releases: 38s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • BppleMan/crompt
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • BppleMan

Crompt 设计文档 仍在开发中

项目目标

自动化生成 shell script 的参数解析框架,类似 Rust 的 clap,但用于生成 shell 脚本。

实现边界

输入:TOML 配置文件

用户通过 TOML 文件声明命令结构和参数

输出:Shell Script 模板

生成带有完整参数解析逻辑的 shell 脚本,用户只需填充具体的业务逻辑