All Projects → workshop-depot → Goreuse

workshop-depot / Goreuse

Licence: other
Generic Code for Go

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Goreuse

Gotests
Automatically generate Go test boilerplate from your source code.
Stars: ✭ 3,597 (+3767.74%)
Mutual labels:  golang-tools, code-generator
Gen
Type-driven code generation for Go
Stars: ✭ 1,246 (+1239.78%)
Mutual labels:  generics, code-generation
Observable
The easiest way to observe values in Swift.
Stars: ✭ 346 (+272.04%)
Mutual labels:  generics, generic
Efdesigner
Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
Stars: ✭ 256 (+175.27%)
Mutual labels:  code-generation, code-generator
Colfer
binary serialization format
Stars: ✭ 597 (+541.94%)
Mutual labels:  code-generation, code-generator
Xmlschemaclassgenerator
Generate C# classes from XML Schema files
Stars: ✭ 277 (+197.85%)
Mutual labels:  code-generation, code-generator
Javaparser
Java 1-15 Parser and Abstract Syntax Tree for Java, including preview features to Java 13
Stars: ✭ 3,972 (+4170.97%)
Mutual labels:  code-generation, code-generator
molicode
molicode
Stars: ✭ 75 (-19.35%)
Mutual labels:  code-generator, code-generation
Laravel Code Generator
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
Stars: ✭ 485 (+421.51%)
Mutual labels:  code-generation, code-generator
Gowrap
GoWrap is a command line tool for generating decorators for Go interfaces
Stars: ✭ 464 (+398.92%)
Mutual labels:  golang-tools, code-generation
php-code-generator
PHP code generator library
Stars: ✭ 144 (+54.84%)
Mutual labels:  code-generator, code-generation
Scala Db Codegen
Scala code/boilerplate generator from a db schema
Stars: ✭ 49 (-47.31%)
Mutual labels:  code-generation, code-generator
qm
QM model-based design tool and code generator based on UML state machines
Stars: ✭ 54 (-41.94%)
Mutual labels:  code-generator, code-generation
Fpp
Functional PHP Preprocessor - Generate Immutable Data Types
Stars: ✭ 282 (+203.23%)
Mutual labels:  code-generation, code-generator
autogenu-jupyter
An automatic code generator for nonlinear model predictive control (NMPC) and the continuation/GMRES method (C/GMRES) based numerical solvers for NMPC
Stars: ✭ 89 (-4.3%)
Mutual labels:  code-generator, code-generation
Loopy
A code generator for array-based code on CPUs and GPUs
Stars: ✭ 367 (+294.62%)
Mutual labels:  code-generation, code-generator
GENERIS
Versatile Go code generator.
Stars: ✭ 32 (-65.59%)
Mutual labels:  code-generator, generics
nunavut
Generate code from DSDL using PyDSDL and Jinja2
Stars: ✭ 23 (-75.27%)
Mutual labels:  code-generator, code-generation
Codemaker
A idea-plugin for Java/Scala, support custom code template.
Stars: ✭ 440 (+373.12%)
Mutual labels:  code-generation, code-generator
Dogen
Reference implementation of the MASD Code Generator.
Stars: ✭ 44 (-52.69%)
Mutual labels:  code-generation, code-generator

GoDoc Go Report Card

goreuse

A tool for reuse Go code, that bundles a whole package inside a single file. It allows to rename certain identifiers and keep the changed definitions. Also it supports go generate by adding the necessary comments.

installation

Go get this tool by:

$ go get -u -v gopkg.in/dc0d/goreuse.v2

Or from the master branch:

$ go get -u -v github.com/dc0d/goreuse

More information is provided inside the documentation.

video tutorial

goreuse V2 Video Tutorial

brief intro

asciicast

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].