This is an automated email from the ASF dual-hosted git repository.

cnryb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c274bb  improve
     new 743bde7  Merge pull request #599 from cnryb/patch-1
8c274bb is described below

commit 8c274bb3d2b04f757e6321d5ecebdd8d6bb51465
Author: 任跃兵 <[email protected]>
AuthorDate: Tue Nov 19 14:33:25 2019 +0800

    improve
---
 docs/plugin-development-guide.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs/plugin-development-guide.md b/docs/plugin-development-guide.md
index cd78409..c4e5ac3 100644
--- a/docs/plugin-development-guide.md
+++ b/docs/plugin-development-guide.md
@@ -8,7 +8,7 @@ In addition, `weex-toolkit` supports expanding your CLI's 
ecosystem with a robus
 
 ## Code
 
-!> As a third-part plugin, we recommend that you use `weex-cli-plugin-` as 
your package prefix, e.g `weex-cli-plugin-logger`.
+As a third-part plugin, we recommend that you use `weex-cli-plugin-` as your 
package prefix, e.g `weex-cli-plugin-logger`.
 
 Let's start with write a Weex Toolkit plugin.
 
@@ -68,12 +68,10 @@ See the [Context API](./context-api) docs for more details 
on what you can do.
 
 ## What's under the context?
 
-We've assembled an all star cast of libraries to help you build your CLI.
+We've assembled an all star cast of libraries to help you build your CLI.  
 ⭐️ [chrome-opn](https://github.com/JeromeTan1997/chrome-opn) for open file<br 
/>
 ⭐️ [inquirer](https://github.com/SBoudrias/Inquirer.js) for prompts<br />
 ⭐️ [semver](https://github.com/npm/node-semver) for version investigations<br 
/>
-⭐️ [semver](https://github.com/npm/node-semver) for version investigations<br 
/>
-⭐️ [semver](https://github.com/npm/node-semver) for version investigations<br 
/>
 ⭐️ [fs-jetpack](https://github.com/szwacz/fs-jetpack) for the filesystem<br />
 ⭐️ [yargs-parser](https://github.com/yargs/yargs-parser), 
[enquirer](https://github.com/enquirer/enquirer), 
[colors](https://github.com/Marak/colors.js), 
[ora](https://github.com/sindresorhus/ora) and 
[cli-table3](https://github.com/cli-table/cli-table3) for the command line<br />
 ⭐️ [axios](https://github.com/mzabriskie/axios) & 
[apisauce](https://github.com/skellock/apisauce) for web & apis<br />

Reply via email to