-
Updated
Aug 28, 2020 - Java
#
codegenerator
Here are 165 public repositories matching this topic...
基于代码生成器的低代码平台,无代码开发、超越传统商业平台!前后端分离架构:SpringBoot 2.x,Ant Design&Vue,Mybatis-plus,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新开发模式(OnlineCoding-> 代码生成-> 手工MERGE),帮助Java项目解决70%重复工作,让开发更关注业务逻辑,既能快速提高开发效率,帮助公司节省成本,同时又不失灵活性。
jwt
spring-boot
vue
codegenerator
antd
springboot
mybatis
shiro
activiti
iview
ant-design
swagger2
mybatis-plus
springcloud
jbpm
flowable
jeecg
ant-design-vue
jeecgboot
Meta-programming for Swift, stop writing boilerplate code.
-
Updated
Aug 14, 2020 - Swift
此项目已暂停开发
-
Updated
Mar 9, 2019 - JavaScript
A fast, fun and stimulating object to object Mapper
-
Updated
Aug 24, 2020 - C#
Type safe SQL builder with code generation and automatic query result data mapping
mysql
go
golang
postgres
sql
database
code-generator
postgresql
mariadb
sql-query
codegenerator
typesafe
sql-builder
datamapper
code-completion
sql-queries
sql-query-builder
database-queries
sqlbuilder
typesafety
-
Updated
Aug 30, 2020 - Go
android
kotlin
plugin
reactivex
swagger
kotlin-language
kotlin-android
swagger-codegen
intellij-plugin
codegenerator
rxjava2
retrofit2
android-studio
codegen
android-studio-plugin
javapoet
intellij-idea
kotlinpoet
-
Updated
Jun 4, 2020 - Kotlin
dubbo mybatis springboot base soa rest api framework with customer code generator
java
pay
admin
microservices
spring
soa
codegenerator
springboot
token
user
mybatis
springmvc
dubbo
mybatis-generator
mybatis3
-
Updated
Dec 20, 2019 - JavaScript
A tool to generate Go data types from JSON Schema definitions.
-
Updated
Aug 13, 2020 - Go
Open
Add performance via benchmark.net for the various plugins so we can see what areas may be slow.
1
7sharp9
commented
Jul 21, 2020
There was a reported issue on Twitter where 127,000 types were being generated and it was taking 8 hours. Not necessarily a Myriad issue but it might be worth profiling the plugins to see where the hot areas might be if we start to generate a lot of types.
7sharp9
commented
Oct 15, 2018
Currently on generating the following is created:
fun url title ->
{ url = url
title = title }
|> fun f -> withFields (f)
|> fun codec ->
let decode = fst codec
let encode = snd codec
jfieldOpt ("url") (fun x -> x.url) (decode, encode)
|> fun codec ->
let decode = fst codec
let encode = snd codec
Networking framework for Entitas ECS. Targeted at turnbased games or other slow-paced genres.
game
c-sharp
gamedev
sync
networking
generator
csharp
unity
multiplayer
game-development
ecs
entity-component-system
enet
codegenerator
client-server
entitas
entitas-csharp
autosync
-
Updated
Jun 12, 2019 - C#
A template engine for writing dynamic sql.
-
Updated
Jun 25, 2020 - C#
Telosys v 3 CLI - Command Line Interface
-
Updated
Jun 24, 2020 - Java
An expressive DSL built on top of JavaPoet to make writing code almost as easy as writing the code yourself.
annotations
annotation-processor
codegenerator
codegen
annotation-processing
javapoet
codegeneration
-
Updated
Jan 26, 2020 - Kotlin
Framework to generate web APIs
-
Updated
Mar 5, 2018 - Go
Seezoon快速开发平台基于spring mybatis shiro jquery 完全的前后端分离的后台管理系统,采用最简单技术,实现快速开发.
-
Updated
Jul 1, 2020 - Java
java
code-generator
crud-functionality
portlet
codegenerator
liferay
scaffolding
service-builder
liferay-workspace
service-builder-portlet
-
Updated
Jun 25, 2020 - FreeMarker
Generate test cases for existing PHP files
-
Updated
Jan 16, 2019 - PHP
A Go tool to auto generate methods for your enums
-
Updated
Aug 9, 2020 - Go
kotlin
library
rest
apt
rest-api
swagger
kotlin-android
annotation-processor
swagger-codegen
codegenerator
rxjava2
retrofit2
codegen
annotation-processing
openapi-specification
kapt
kotlinpoet
-
Updated
Sep 18, 2019 - Kotlin
Swift code & resources generator for your Figma files
macos
linux
swift
homebrew
ios
design-systems
xcode
tvos
watchos
cocoapods
codegenerator
codegen
design-tokens
figma
figma-api
xcode-assets
-
Updated
Sep 2, 2020 - Swift
graphql-go schema generator by proto files
-
Updated
May 28, 2019 - Go
A template for simple C++ reflection done with CMake and Python (no other external tools)
-
Updated
Sep 4, 2017 - Python
A code generator
-
Updated
Nov 22, 2018 - Java
Improve this page
Add a description, image, and links to the codegenerator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codegenerator topic, visit your repo's landing page and select "manage topics."
Reason/Context
At the moment we provide official docker image that contains generator sources https://github.com/asyncapi/generator/blob/master/Dockerfile#L18-L20
So in the docker image, we do not enable users to use official release but sources of the release. The official release is what goes to npm and this is what Docker should use. This means we should do something like this in the doc