#handlebars #cli #template #templating #cli-interface #extra

app handlebars-cli-ext

一个简单的Handlebars CLI界面,附带一些额外功能

1个不稳定版本

0.0.0 2022年1月18日

#21#extra

MIT/Apache

10KB

Handlebars CLI Ext

一个围绕handlebars crate的简单CLI包装器,附带一些额外助手

  • {{ include "my-file.txt" }}: 包含文件my-file.txt的内容
  • {{ shell "ls -l" }}: 运行ls -l并包含捕获的stdout

安装

cargo install handlebars-cli-ext

运行

handlebars-cli-ext < input.tmpl > output.txt

依赖项

约3-4MB
约88K SLoC