#docx #word #xml

app conveyance

conveyancing 停止用的 CLI 工具

4 个版本

0.1.3 2021 年 8 月 7 日
0.1.2 2021 年 8 月 1 日
0.1.1 2021 年 8 月 1 日
0.1.0 2021 年 8 月 1 日

#1794文本处理

CC-BY-NC-4.0

10KB
115

conveyancing CLI

作为临时措施,直到完整应用程序开发完毕,提供一个简单的 CLI 应用程序。此仓库不供公共使用,安装说明针对特定客户端。

安装

打开 '终端' 应用程序并将以下内容粘贴到其中

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

这将安装 MacOS 包管理器 'brew'。Brew 是一种简单且安全地从命令行安装和管理程序的方法。

接下来,使用以下命令安装 Iterm2

brew install --cask iterm2

In Iterm2 中,我们将安装 Rust 编译器

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

最后,粘贴以下内容以安装 Conveyance Cli

cargo install conveyance

可选

将默认 shell 设置为 ZSH,因为它比默认的 BASH shell 快。

使用以下命令安装 ZSH

brew install zsh

使用以下命令将其设置为默认 Shell

chsh -s /bin/zsh

请按照此处的说明设置颜色方案!

用法

要使用程序,您将通过 Iterm2 终端将一系列文件、标志和输入传递给应用程序。

示例

conveyance --file example.docx --json example.json example-2.json --output new-document.docx

OR

conveyance -f example.docx -j example.json example-2.json -o new-document.docx

如果您在程序使用过程中遇到任何困惑,请输入以下内容

conveyance -h

OR

conveyance --help

TODO:编写文档!

依赖项

~5–6.5MB
~105K SLoC