An open API service indexing awesome lists of open source software.

https://github.com/xorkevin/forge

Code generation utility
https://github.com/xorkevin/forge

code-generation go golang

Last synced: 27 days ago
JSON representation

Code generation utility

Awesome Lists containing this project

README

        

# forge

Code generation utility

install with `$ go get xorkevin.dev/forge`

#### Motivation

`forge` is a code generation tool designed to solve some metaprogramming tasks
in Go. It currently code generates PostgreSQL SQL functions that use the
`database/sql` package. And it generates struct validation methods. It will not
solve all problems but it is designed to solve the most common use cases, and
reduce handwritten code duplication.

## Usage

Reference the `doc` directory or run `forge help`.