genesis icon indicating copy to clipboard operation
genesis copied to clipboard

An input-agnostic code generator written in .Net Core / Standard.

Genesis .Net

An exploritory orchestration-based code generation tool. Data from pretty much any source that .Net is able to consume can be used to generate a variety of boilerplate code files or execute arbitrary code.

First run

  • The first thing that needs to happen is for the cli to scan for executors and make them available to Genesis. Do this by simply typing scan. (this is scriptable)

    • You should see what Executors were found in the output.
    • They're addressable by their green text.
  • Forgive the short docs... but

    • exec 'something in green text'

Usage gif