Replies: 1 comment 2 replies
-
|
Thanks for the suggestion. uno-check is not a tool intended to do project manipulations, it's only there to validate the environment's configuration. That being said, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be a really great feature if Uno-Check could be capable of some CLI commands to help not only at generating a new uno project, but also could do some in-project management
In the solution or csproj root folder running Uno-Check could do:
First of all, it would determine the actual application we are working on like WinUI template, .Net 6 ... whatever
Target Management:
Uno-Check add Target -windows | -android | -ios | -wasmUno-Check remove Target ...Steps to do at this moment: https://platform.uno/docs/articles/guides/how-to-add-platforms-existing-project.html
go to github.com/unoplatform/uno.templates/...
and get the needed template we want to add:
File Management
`Uno-Check add File -Type <Model | ViewModel (in Mvvm Pattern usage) | Page | ContentDialog | Ressource | ... > SomeName --Markup (optional) <Xaml | csharp>
add files from uno.template, which is done manually via File Manager in the specific IDE:
Add>New ItemBeta Was this translation helpful? Give feedback.
All reactions