Legerity.Uno.PageObjectGenerator 0.1.1

dotnet tool install --global Legerity.Uno.PageObjectGenerator --version 0.1.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Legerity.Uno.PageObjectGenerator --version 0.1.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Legerity.Uno.PageObjectGenerator&version=0.1.1
nuke :add-package Legerity.Uno.PageObjectGenerator --version 0.1.1

Legerity for Uno Platform page object generator CLI tool

GitHub release Build status Twitter Followers .NET Tool

Want to generate your Legerity page objects super fast? 🚀

The Legerity for Uno Platform page object generator CLI tool allows you to auto-generate page objects for your Uno Platform application based on the contained Page XAML files.

Just provide an input path, output path, and output namespace and you're away! 🤩

Getting started

Install the tool

dotnet tool install -g Legerity.Uno.PageObjectGenerator

Or update an existing install

dotnet tool update -g Legerity.Uno.PageObjectGenerator

Run the tool

Once you have the tool installed, it is simply a case of running the CLI and providing the input, output, and namespace arguments.

legerity-uno-pop -i "path/to/input/folder" -o "path/to/output/folder" -n "My.Namespace"

This will read through all the Page XAML files that can be found under the input folder, generate a Legerity BasePage equivalent based on supported elements, and then drop those into your output folder. And that's it!

Contributing 🤝🏻

Contributions, issues and feature requests are welcome!

Feel free to check the issues page. You can also take a look at the contributing guide.

We actively encourage you to jump in and help with any issues, and if you find one, don't forget to log it!

Support this project 💗

As many developers know, projects like Legerity for Uno Platform are built and maintained in spare time. If you find this project useful, please Star the repo and if possible, sponsor the project development on GitHub.

License

This project is made available under the terms and conditions of the MIT license.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.1.1 431 6/6/2022
0.1.0 402 6/5/2022