Skip to content

Commit

Permalink
修改alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ksky521 committed Dec 6, 2015
1 parent 1d14222 commit b6a213e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nodePPT - 让你爱上做分享!
[![NPM](https://nodei.co/npm-dl/nodeppt.png)](https://nodei.co/npm/nodeppt/)
[![NPM](https://nodei.co/npm/nodeppt.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/nodeppt/)

**导出pdf不再支持,请使用chrome打印服务另存为pdf,url中添加print=1,然后使用chrome打印 `ctrl+P` **

## 为什么选择nodePPT

**这可能是迄今为止最好的网页版PPT**
Expand Down
2 changes: 2 additions & 0 deletions bin/nodeppt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ program

program
.command('create')
.alias('new')
.usage('[filename] [option]')
.description('create a slide')
.option('-d, --dir [path]', 'set slide file destination path')
Expand All @@ -35,6 +36,7 @@ program

program
.command('generate')
.alias('release')
.usage('[file_path] [save_path]')
.description('export html file')
.option('-a, --all [false]', 'output all style(include js,css) file', false)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nodeppt",
"jsname": "nodeppt",
"description": "A simple, in-browser, markdown-driven presentation framework",
"version": "1.3.7",
"version": "1.3.8",
"site": "https://github.com/ksky521/nodePPT",
"author": {
"name": "Theo Wang",
Expand Down

0 comments on commit b6a213e

Please sign in to comment.