convergen
Type copier
Generates code for copying data between two types
A type-to-type copy function code generator.
44 stars
1 watching
6 forks
Language: Go
last commit: 3 months ago
Linked from 1 awesome list
code-generatorddd-patternsgolang
Related projects:
Repository | Description | Stars |
---|---|---|
switchupcb/copygen | A code generator tool that produces custom copying logic between data structures without relying on reflection or extra dependencies. | 356 |
gotidy/copy | Package for fast copying complex data structures of different types | 49 |
mostmand/cloneable | An auto-generation tool for adding clone methods to classes in C# | 72 |
hugocarreira/go-decent-copy | A tool that provides a simple file copying mechanism in Go | 22 |
ulule/deepcopier | A utility for creating deep copies of complex data structures in Go. | 452 |
otiai10/copy | A tool for recursively copying directories and files in Go. | 724 |
sindresorhus/cpy | Copies files from source to destination based on glob patterns and options | 424 |
clipperhouse/gen | A tool for generating code in Go with support for generics and runtime extensibility via typewriters. | 1,429 |
calvinmetcalf/copyfiles | A utility for copying files from multiple sources to a single destination directory or subdirectory with customizable options. | 410 |
scwilkinson/pd-replicator | A tool that allows users to easily copy data from a pandas DataFrame to the clipboard with one click. | 11 |
bcheidemann/entype | Generates type definitions for serialized data formats like JSON | 3 |
n0kovo/burp-copy-headers-as-args | Copies request headers in the format used by various web scanning tools. | 5 |
mibk/dupl | Tools for detecting code clones in Go source files using suffix trees. | 346 |
sindresorhus/cpy-cli | Copies files from source to destination using streams and directory utilities. | 345 |
homedepot/flop | A Go library providing a file copy functionality with GNU-like APIs and customizable behavior. | 33 |