All Projects → 2637309949 → dolphin

2637309949 / dolphin

Licence: MIT License
Automated code tool for Golang

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Smarty
1635 projects
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to dolphin

casdoor
An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS, QQ group: 645200447
Stars: ✭ 4,147 (+15259.26%)
Mutual labels:  sso, xorm
Air
☁️ Live reload for Go apps
Stars: ✭ 5,257 (+19370.37%)
Mutual labels:  tools, gin
Ginrpc
gin auto binding,grpc, and annotated route,gin 注解路由, grpc,自动参数绑定工具
Stars: ✭ 157 (+481.48%)
Mutual labels:  rpc, gin
HelloGin
Gin,Vue,Redis,Mysql,Xorm,FastDFS, Hello Gin ! 项目适合入门Gin
Stars: ✭ 62 (+129.63%)
Mutual labels:  gin, xorm
active-directory-integration2
WordPress plug-in "Next Active Directory Integration"
Stars: ✭ 51 (+88.89%)
Mutual labels:  sso
BoxVR-Playlist-Manager
A Windows based playlist manager for the VR fitness game BoxVR
Stars: ✭ 17 (-37.04%)
Mutual labels:  tools
go-gin-web-server
Deploy Go Gin on Render
Stars: ✭ 23 (-14.81%)
Mutual labels:  gin
gin-rest-prisma-boilerplate
🍱 backend with gin (golang web framework), redis, prisma, rbac, and authentication
Stars: ✭ 25 (-7.41%)
Mutual labels:  gin
jt tools
Ruby on Rails Continuous Deployment Ecosystem to maintain Healthy Stable Development
Stars: ✭ 13 (-51.85%)
Mutual labels:  tools
sdkgen
sdkgen is a tool to help design, implement and maintain good APIs with minimal effort
Stars: ✭ 61 (+125.93%)
Mutual labels:  rpc
zarch
The Ultimate Script For Arch Linux
Stars: ✭ 49 (+81.48%)
Mutual labels:  tools
hotbuild
a cross platform hot compilation tool for golang
Stars: ✭ 181 (+570.37%)
Mutual labels:  tools
thornode-telegram-bot
A telegram bot to monitor the status of THORNodes.
Stars: ✭ 16 (-40.74%)
Mutual labels:  tools
DearPyGui-Obj
An object-oriented wrapper around DearPyGui
Stars: ✭ 32 (+18.52%)
Mutual labels:  tools
saml-service-provider
SAML Service Provider (SSO)
Stars: ✭ 13 (-51.85%)
Mutual labels:  sso
LGM-SOC-21
This repo belongs to LGM-SOC'21 and contains important links to refer , in case participants want a one stop resource to learn a framework , language or anything
Stars: ✭ 38 (+40.74%)
Mutual labels:  tools
use-table-tools
React Hooks for building kickass react table components
Stars: ✭ 18 (-33.33%)
Mutual labels:  tools
007-TheBond
This Script will help you to gather information about your victim or friend.
Stars: ✭ 371 (+1274.07%)
Mutual labels:  tools
Go-Gin-Api
基于golang开源框架 gin封装的api框架
Stars: ✭ 42 (+55.56%)
Mutual labels:  gin
OpenAM
OpenAM is an open access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security.
Stars: ✭ 476 (+1662.96%)
Mutual labels:  sso

Dolphin, a code generation tool for web developer

2637309949 2637309949 GoDoc Go Report Card

Dolphin, a Golang code generation tool, based on the gin and xormplus, can quickly cohesion incognito function framework, and effectively reduce repeat code logic.

Quick start

  • Install dolphin
$ go get -u github.com/2637309949/dolphin/cmd/dolphin
$ dolphin 
Code generation tool for golang

Usage:
  dolphin [command]

Available Commands:
  assert      Generate Go code that statically implements input filesystem
  build       Build from the configuration file
  clean       Remove temp file, such as *.go.new
  help        Help about any command
  more        Add controller and table
  new         New a empty project
  reverse     Inversion of the data model
  serve       Serve api document

Flags:
  -h, --help   help for dolphin

Use "dolphin [command] --help" for more information about a command.
  • New project
$ dolphin new hello && cd hello && dolphin build && go run main.go

Features

- Generates the code base on XML configuration

- Generates doc base on XML configuration

- Generates SQL base on XML configuration

- Handles the serialization null problem

- Multi-tenant support

- Login / Logout, or single sign on

- Permission Authentication

- Quick excel reporting or parsing

- Support routing caching

- Data permission control

- Log trace record

- RPC remote service

- The k8S deployment file is generated by default

- Support database reverse XML generation

Tutorial

MIT License

Copyright (c) 2018-2022 Double

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].