Skip to content

Commit

Permalink
fix(nx-micronaut): add x-dropdown to improve UX of link generator
Browse files Browse the repository at this point in the history
Source and target projects are now automatically fetched from the projects in the workspace
  • Loading branch information
tinesoft committed Mar 3, 2023
1 parent f51a358 commit e0f551b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nx-micronaut/src/generators/link/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"$source": "argv",
"index": 0
},
"x-dropdown": "projects",
"x-prompt": "What name of the source (Micronaut) project to link from?"
},
"targetProjectName": {
Expand All @@ -23,6 +24,7 @@
"$source": "argv",
"index": 1
},
"x-dropdown": "projects",
"x-prompt": "What name of the target project to link to?"
}
},
Expand Down

0 comments on commit e0f551b

Please sign in to comment.