LeXtudio.MewUI.Cli 0.1.11

Prefix Reserved
dotnet tool install --global LeXtudio.MewUI.Cli --version 0.1.11
                    
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 LeXtudio.MewUI.Cli --version 0.1.11
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=LeXtudio.MewUI.Cli&version=0.1.11
                    
nuke :add-package LeXtudio.MewUI.Cli --version 0.1.11
                    

LeXtudio MewUI CLI

A command-line tool for MewUI application workflows, project scaffolding, and DevFlow integration.

Package

LeXtudio.MewUI.Cli LeXtudio.MewUI.Cli Downloads

Install

dotnet tool install -g LeXtudio.MewUI.Cli

Documentation

Quick Start

dotnet mewlex doctor

Create a new MewUI app:

dotnet mewlex new MyMewApp

Build and run:

dotnet mewlex build
dotnet mewlex run

Core Commands

Command Description
dotnet mewlex doctor Validate the MewUI development environment.
dotnet mewlex version Display CLI version and environment details.
dotnet mewlex new Scaffold a new MewUI application.
dotnet mewlex build Build a MewUI project.
dotnet mewlex run Run a MewUI application.
dotnet mewlex publish Publish a MewUI application for deployment.
dotnet mewlex package Package MewUI output artifacts.
dotnet mewlex diagnostics Run MewUI diagnostics and validation.
dotnet mewlex env Inspect installed SDKs and tooling.
dotnet mewlex devflow Query a running MewUI DevFlow agent.

DevFlow Commands

dotnet mewlex devflow status --host localhost --port 9223

Capture a screenshot:

dotnet mewlex devflow screenshot --host localhost --port 9223 --output screenshot.png

Use --json to script responses:

dotnet mewlex --json devflow status

Output and Automation

Option Description
--json Emit structured JSON output for scripting and CI.
-v, --verbose Enable verbose diagnostic output.
--dry-run Show planned actions without changing the system.
--ci Run in CI-friendly non-interactive mode.

Notes

This CLI is the MewUI toolchain companion for DevFlow-enabled apps, with a custom dotnet mewlex command entrypoint.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.11 51 5/27/2026
0.1.10 41 5/26/2026
0.1.9 78 5/25/2026
0.1.8 66 5/25/2026
0.1.7 87 5/24/2026
0.1.6 77 5/24/2026
0.1.5 90 5/23/2026
0.1.4 82 5/22/2026