hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
276 stars 22 forks source link

Zig: Create a command line tool with Zig #385

Open hhstore opened 1 year ago

hhstore commented 1 year ago

related:

vscode:

hhstore commented 1 year ago

使用 zig 编写 cli 命令行工具:

需求背景:

场景1:

场景2:

小工具:

功能:

  1. 支持添加各种模板文件.
  2. 交互式命令, 组合添加. 比如 .gitignore 组合多个语言(go, python, rust) 并集.
  3. 支持远程 get 下载模板文件: 支持 github.
  4. 支持全局配置文件, 本地局部自定义配置.
  5. 支持 env 环境变量取参.

为什么使用 zig 开发?

hhstore commented 1 year ago

依赖包:

文件下载:

配置文件解析:

模板引擎:

其他语言类似:

hhstore commented 1 year ago

cli 参考示例项目:

search:

zig:

基于 zig-clap:

rust:

hhstore commented 1 year ago

将 cli 工具发布到 homebrew:

参考:

hhstore commented 1 year ago

1

hhstore commented 1 year ago

1

hhstore commented 1 year ago

1

hhstore commented 1 year ago

1

hhstore commented 1 year ago

1

hhstore commented 1 year ago

1