Skip to content

Commit

Permalink
doc: update the plugin tutorial for cli usage (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Txiaozhe committed Mar 25, 2020
1 parent 9d35852 commit d3874e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/how-to-develop-a-plugin.md
Expand Up @@ -28,7 +28,7 @@ A plugin consists of the following parts:
The Pipcook's CLI provides a convenient way to initialize the plugin development workspace. You only need to run the following command:

```sh
$ pipcook plugin-dev -t <plugin type>
$ pipcook plugin-dev -t <plugin type> [-n <plugin name, default: template-plugin>]
$ cd template-plugin
$ npm install
```
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/tutorials/how-to-develop-a-plugin.md
Expand Up @@ -28,7 +28,7 @@ pipcook 非常欢迎开发者为我们贡献插件从而扩展 pipcook 的功能
[pipcook-cli][] 工具提供了方便的初始化插件开发工作空间的方式,您只需运行如下命令

```sh
$ pipcook plugin-dev -t <插件类型>
$ pipcook plugin-dev -t <插件类型> [-n <插件名称,默认值:template-plugin>]
$ cd template-plugin
$ npm install
```
Expand Down

0 comments on commit d3874e5

Please sign in to comment.