Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wangkailang/simply-cli

simply node cli
https://github.com/wangkailang/simply-cli

Last synced: 13 days ago
JSON representation

simply node cli

Awesome Lists containing this project

README

        

# simply-cli

## 基本命令

```bash
simply -h

Usage: simply [options] [command]

Options:
-V, --version output the version number
-h, --help display help for command

Commands:
pdf [options] markdown 文件转成 pdf
help [command] display help for command
```

### `simply pdf`

```bash
simply pdf -h

Usage: simply pdf [options]

markdown 文件转成 pdf

Options:
-sd, --source-dir markdown 文件目录
-sf, --source-file markdown 文件路径
-td, --target-dir 生成 pdf 文件存放目录
-s, --suffix 匹配文件后缀,默认是 md
-h, --help display help for command
```