Skip to content

Commit

Permalink
docs: add keywords for Extension Manifest (#138)
Browse files Browse the repository at this point in the history
* docs: add keywords for Extension Manifest

* docs: update keywords
  • Loading branch information
alvinhui authored Jun 28, 2020
1 parent e81c506 commit d9fd6ff
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 13 deletions.
2 changes: 1 addition & 1 deletion extensions/iceworks-app/README.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
English | [简体中文](./README.md)

# Iceworks App
# Iceworks Application Viewer

It helps you preview your Universal Application, including the information of npm scripts, pages, components and node dependencies. It also supports quick installation or upgrade dependencies, adding new pages and components, and much more.

Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-app/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
简体中文 | [English](./README.en.md)

# Iceworks App
# Iceworks 应用大纲树

它可以帮助你预览你的前端应用,包括 npm 脚本,页面,组件和依赖信息。它还支持快速安装或升级依赖,添加新页面和组件等等。

Expand Down
9 changes: 8 additions & 1 deletion extensions/iceworks-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iceworks-app",
"displayName": "Iceworks Project Viewer",
"displayName": "Iceworks Application Viewer",
"description": "Quick view your Universal Application project(React/Rax/Vue, etc).",
"publisher": "iceworks-team",
"version": "0.1.32",
Expand All @@ -10,6 +10,13 @@
"categories": [
"Other"
],
"keywords": [
"ICE",
"Rax",
"React",
"Low-code",
"lowcode"
],
"icon": "assets/logo.png",
"activationEvents": [
"onView:nodeDependencies",
Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-component-builder/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
简体中文 | [English](./README.en.md)

# Iceworks 组件创建器
# Iceworks 组件创建插件

使用低代码的方式创建前端组件。

Expand Down
8 changes: 8 additions & 0 deletions extensions/iceworks-component-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
"categories": [
"Other"
],
"keywords": [
"ICE",
"Rax",
"React",
"Low-code",
"lowcode",
"visual"
],
"icon": "assets/logo.png",
"activationEvents": [
"onCommand:iceworks-component-builder.generate"
Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-material-helper/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
简体中文 | [English](./README.en.md)

# Iceworks 物料使用辅助器
# Iceworks 物料使用辅助插件

[JSX](https://zh-hans.reactjs.org/docs/introducing-jsx.html) 中更快速地编写组件属性,对 React 和 [Rax](https://rax.js.org/) 应用友好。

Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-page-builder/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
简体中文 | [English](./README.en.md)

# Iceworks 页面创建器
# Iceworks 页面生成插件

使用低代码的方式创建网页视图。

Expand Down
8 changes: 8 additions & 0 deletions extensions/iceworks-page-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
"categories": [
"Other"
],
"keywords": [
"ICE",
"Rax",
"React",
"Low-code",
"lowcode",
"visual"
],
"icon": "assets/logo.png",
"activationEvents": [
"onCommand:iceworks-page-builder.create"
Expand Down
4 changes: 2 additions & 2 deletions extensions/iceworks-project-creator/README.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
English | [简体中文](./README.md)

# Iceworks Project Creator
# Iceworks Application Creator

Quick create a Universal Application(React/Rax/Vue, etc).

Expand All @@ -10,7 +10,7 @@ Quick create a Universal Application(React/Rax/Vue, etc).
2. Input your application Infomation
3. Open application automatically

![project-creator](https://img.alicdn.com/tfs/TB1hCMnJuT2gK0jSZFvXXXnFXXa-1378-874.gif)
![application-creator](https://img.alicdn.com/tfs/TB1hCMnJuT2gK0jSZFvXXXnFXXa-1378-874.gif)

## More

Expand Down
4 changes: 2 additions & 2 deletions extensions/iceworks-project-creator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
简体中文 | [English](./README.en.md)

# Iceworks Project Creator
# Iceworks 创建应用插件

快速创建多端应用(例如:React/Rax/Vue...)

Expand All @@ -10,7 +10,7 @@
2. 输入应用信息
3. 创建应用并自动打开应用

![project-creator](https://img.alicdn.com/tfs/TB1hCMnJuT2gK0jSZFvXXXnFXXa-1378-874.gif)
![application-creator](https://img.alicdn.com/tfs/TB1hCMnJuT2gK0jSZFvXXXnFXXa-1378-874.gif)

## 更多

Expand Down
11 changes: 9 additions & 2 deletions extensions/iceworks-project-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iceworks-project-creator",
"displayName": "Iceworks Project Creator",
"description": "Quick create a Universal Application project(React/Rax/Vue, etc).",
"displayName": "Iceworks Application Creator",
"description": "Quick create a Universal Application(React/Rax/Vue, etc).",
"publisher": "iceworks-team",
"version": "0.1.6",
"engines": {
Expand All @@ -10,6 +10,13 @@
"categories": [
"Other"
],
"keywords": [
"ICE",
"Rax",
"React",
"Low-code",
"lowcode"
],
"icon": "assets/logo.png",
"activationEvents": [
"onCommand:iceworks-project-creator.start"
Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-style-helper/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
简体中文 | [English](./README.en.md)

# Iceworks 样式开发辅助器
# Iceworks 样式开发辅助插件

[JSX](https://zh-hans.reactjs.org/docs/introducing-jsx.html) 中更快速地编写内联样式,对 React 和 [Rax](https://rax.js.org/) 应用友好。

Expand Down

0 comments on commit d9fd6ff

Please sign in to comment.