-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2900 from chengcyber/feat-rush-plugins
[rush] Add plugin and cloud build cache with rush plugins
- Loading branch information
Showing
82 changed files
with
4,615 additions
and
2,591 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
apps/rush-lib/assets/rush-init/common/config/rush/rush-plugins.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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/** | ||
* This configuration file manages Rush's plugin feature. | ||
*/ | ||
{ | ||
"plugins": [ | ||
/** | ||
* Each item defines a plugin configuration used by Rush. | ||
*/ | ||
/*[BEGIN "DEMO"]*/ | ||
{ | ||
/** | ||
* The name of the rush plugin package. | ||
*/ | ||
"packageName": "@scope/my-rush-plugin", | ||
/** | ||
* The name of the plugin provided by rush plugin package | ||
*/ | ||
"pluginName": "my-plugin-name", | ||
/** | ||
* Autoinstaller name used to install the plugin. | ||
*/ | ||
"autoinstallerName": "plugins" | ||
} | ||
/*[END "DEMO"]*/ | ||
] | ||
} |
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.