Skip to content

Commit b6a213e

Browse files
committed
修改alias
1 parent 1d14222 commit b6a213e

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ nodePPT - 让你爱上做分享!
55
[![NPM](https://nodei.co/npm-dl/nodeppt.png)](https://nodei.co/npm/nodeppt/)
66
[![NPM](https://nodei.co/npm/nodeppt.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/nodeppt/)
77

8+
**导出pdf不再支持,请使用chrome打印服务另存为pdf,url中添加print=1,然后使用chrome打印 `ctrl+P` **
9+
810
## 为什么选择nodePPT
911

1012
**这可能是迄今为止最好的网页版PPT**

bin/nodeppt

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ program
1414

1515
program
1616
.command('create')
17+
.alias('new')
1718
.usage('[filename] [option]')
1819
.description('create a slide')
1920
.option('-d, --dir [path]', 'set slide file destination path')
@@ -35,6 +36,7 @@ program
3536

3637
program
3738
.command('generate')
39+
.alias('release')
3840
.usage('[file_path] [save_path]')
3941
.description('export html file')
4042
.option('-a, --all [false]', 'output all style(include js,css) file', false)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nodeppt",
33
"jsname": "nodeppt",
44
"description": "A simple, in-browser, markdown-driven presentation framework",
5-
"version": "1.3.7",
5+
"version": "1.3.8",
66
"site": "https://github.com/ksky521/nodePPT",
77
"author": {
88
"name": "Theo Wang",

0 commit comments

Comments
 (0)