Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wangkailang/simply-cli
- Owner: wangkailang
- License: mit
- Created: 2019-09-10T03:51:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T15:58:50.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T07:17:33.334Z (27 days ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simply-cli
## 基本命令
```bash
simply -hUsage: simply [options] [command]
Options:
-V, --version output the version number
-h, --help display help for commandCommands:
pdf [options] markdown 文件转成 pdf
help [command] display help for command
```### `simply pdf`
```bash
simply pdf -hUsage: 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
```