-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: update official materials #922 * feat: update doctor codemod #902 * feat: update git url and readme #924 * feat: update ali registry #926 * feat: update sidebar-logo icon * fix: fail to update material source #921 * fix: components-helper version update #925
- Loading branch information
1 parent
0e2a21c
commit 7dbe4b9
Showing
83 changed files
with
422 additions
and
449 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ Hi! I’m really excited that you are interested in contributing to AppWorks. Be | |
Clone repo and initialize the setup environment: | ||
|
||
```bash | ||
$ git clone [email protected]:appworks-lab/pack.git | ||
$ git clone [email protected]:appworks-lab/appworks.git | ||
$ cd appworks && npm run setup # This will take about 20 minutes | ||
|
||
# add dep to some package | ||
|
@@ -114,7 +114,7 @@ Get a Personal Access Token: | |
|
||
Set Personal Access Token for Github Actions: | ||
|
||
1. Visit [Actions secrets](https://github.com/appworks-lab/pack/settings/secrets/actions) | ||
1. Visit [Actions secrets](https://github.com/appworks-lab/appworks/settings/secrets/actions) | ||
2. Update `VSCE_TOKEN`: | ||
![](https://img.alicdn.com/imgextra/i2/O1CN01NpeNCf2558rTm9812_!!6000000007474-2-tps-2880-1754.png_790x10000.jpg) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ AppWorks converts VS Code Pack to O2 Pack, this document describes the develop, | |
General O2 pack by following commands: | ||
|
||
```bash | ||
$ git clone [email protected]:appworks-lab/pack.git | ||
$ git clone [email protected]:appworks-lab/appworks.git | ||
$ cd appworks/ | ||
$ npm install | ||
# before run this script, modify `pushExtension2Npm` param which is in `./config.ts` to true when publish to tnpm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
const { getESLintConfig } = require('@iceworks/spec'); | ||
const { getStylelintConfig } = require('@iceworks/spec'); | ||
|
||
// getESLintConfig(rule: 'rax'|'react'|'vue', customConfig?); | ||
module.exports = getESLintConfig('react'); | ||
module.exports = getStylelintConfig('rax'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"displayName": "Application Manager", | ||
"description": "Quick view your Universal Application(React/Rax/Vue, etc).", | ||
"publisher": "iceworks-team", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"engines": { | ||
"vscode": "^1.41.0" | ||
}, | ||
|
@@ -329,7 +329,7 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/appworks-lab/pack.git" | ||
"url": "https://github.com/appworks-lab/appworks.git" | ||
}, | ||
"scripts": { | ||
"vscode:prepublish": "rm -rf build && npm run build:web && npm run build:extension", | ||
|
@@ -368,9 +368,9 @@ | |
"extensionDependencies": [ | ||
"iceworks-team.iceworks-project-creator" | ||
], | ||
"homepage": "https://github.com/appworks-lab/pack/blob/master/extensions/application-manager/README.md", | ||
"homepage": "https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/README.md", | ||
"bugs": { | ||
"url": "https://github.com/appworks-lab/pack/issues", | ||
"url": "https://github.com/appworks-lab/appworks/issues", | ||
"email": "[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
extensions/application-manager/web/mocks/project/getProjectGitInfo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"repository": "https://github.com/appworks-lab/pack", | ||
"repository": "https://github.com/appworks-lab/appworks", | ||
"branch": "feat/test", | ||
"isGit": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.