Thanks to visit codestin.com
Credit goes to github.com

Skip to content

UnstoppableMango/ux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The universal codegen framework

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •