mirror of
https://github.com/github/awesome-copilot.git
synced 2026-09-16 11:51:03 +00:00
Add modernization workflow canvas (#2758)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot
parent
7568a482ce
commit
5e59c61ead
@@ -0,0 +1,20 @@
|
||||
# Modernization Workflow Plugin
|
||||
|
||||
Interactive canvas for visualizing and guiding the GitHub Copilot Modernize CLI
|
||||
Assess, Plan, and Execute workflow for .NET, Java, and C++ application
|
||||
repositories.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
copilot plugin install modernization-workflow@awesome-copilot
|
||||
```
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of
|
||||
[Awesome Copilot](https://github.com/github/awesome-copilot).
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
||||
"name": "modernization-workflow",
|
||||
"description": "Visualize and guide the GitHub Copilot Modernize CLI Assess, Plan, and Execute workflow for .NET, Java, and C++ application repositories.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "EMEA App GBB",
|
||||
"url": "https://github.com/EmeaAppGbb"
|
||||
},
|
||||
"homepage": "https://github.com/EmeaAppGbb/modernization-canvas",
|
||||
"repository": "https://github.com/EmeaAppGbb/modernization-canvas",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"app-modernization",
|
||||
"assessment-dashboard",
|
||||
"azure-migration",
|
||||
"cpp-modernization",
|
||||
"dotnet-modernization",
|
||||
"java-modernization",
|
||||
"modernization-canvas",
|
||||
"modernize-cli"
|
||||
],
|
||||
"extensions": {
|
||||
"com.github.copilot": {
|
||||
"logo": "assets/preview.png"
|
||||
},
|
||||
"com.github.awesome-copilot": {
|
||||
"extensions": [
|
||||
"./extensions/modernization-workflow"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user