ux

command module
v0.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2025 License: MIT Imports: 2 Imported by: 0

README

UX - A Codegen Tooling Suite

Some silly idea I had for codegen management tool.

UX will manage inputs and outputs for codegen tool execution. Inputs encapsulate configuration and source code; anything a tool needs to generate code. Outputs are defined as anything produced by the codegen tool.

A codegen tool must be an executable binary with a name matching the regex ([\w\-]+2[\w\-]+) i.e. csharp2go or go2csharp. Other plugin types may be supported in the future.

Usage

The primary mode of execution (which doesn't work right now) is:

ux gen <source> <target>

For simplicity, plugins can be invoked with minimal intervention from ux by running:

ux plugin run <my plugin>

To list plugins that the tool recognizes:

ux plugin list

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL