All Projects → mattn → Echo Scaffold

mattn / Echo Scaffold

Echo scaffold is CLI to generate scaffolds for the echo framework.

Programming Languages

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

Labels

Projects that are alternatives of or similar to Echo Scaffold

Echox
Echo cookbook and website
Stars: ✭ 275 (+227.38%)
Mutual labels:  echo
Echo
A New Cross-Platform 2D 3D Game Engine
Stars: ✭ 520 (+519.05%)
Mutual labels:  echo
Echo Pprof
echo-pprof is a wrapper for golang web framework echo to use net/http/pprof easily.
Stars: ✭ 40 (-52.38%)
Mutual labels:  echo
Echo Swagger
echo middleware to automatically generate RESTful API documentation with Swagger 2.0.
Stars: ✭ 314 (+273.81%)
Mutual labels:  echo
Vue2 Echo
基于vue2 + vue-router + vuex 构建的一个音乐类单页面应用 —— echo回声
Stars: ✭ 408 (+385.71%)
Mutual labels:  echo
Echo Sonos
Amazon Echo integration with Sonos
Stars: ✭ 722 (+759.52%)
Mutual labels:  echo
Fauxmo
Emulated Belkin WeMo devices that work with the Amazon Echo
Stars: ✭ 262 (+211.9%)
Mutual labels:  echo
Colorechoforshell
Make 🐚(shell) 's 💬 (`echo`) to be 🌈 easily ✨ Support ✅ sh ➕ bash ➕ zsh ➕ ksh ➕ 🐟
Stars: ✭ 75 (-10.71%)
Mutual labels:  echo
Echo Web
Go web framework Echo example. 在线演示☞迁移ing❌
Stars: ✭ 409 (+386.9%)
Mutual labels:  echo
Echo Logrus
echo-logrus is a middleware that provides logrus logger support for echo.
Stars: ✭ 27 (-67.86%)
Mutual labels:  echo
Java Rce Echo
Java RCE 回显测试代码
Stars: ✭ 356 (+323.81%)
Mutual labels:  echo
Blog
一个go、echo、vue 开发的快速、简洁、美观、前后端分离的个人博客系统(blog)、也可方便二次开发为CMS(内容管理系统)和各种企业门户网站
Stars: ✭ 388 (+361.9%)
Mutual labels:  echo
Echo
Echo是一款桌面端调试工具,旨在提高客户端的研发调试效率
Stars: ✭ 818 (+873.81%)
Mutual labels:  echo
Netserver
A C++ High Performance Net Library
Stars: ✭ 271 (+222.62%)
Mutual labels:  echo
Regrader
VST delay plugin where the repeats degrade in resolution
Stars: ✭ 44 (-47.62%)
Mutual labels:  echo
Shineframe
高性能超轻量级C++开发库及服务器编程框架
Stars: ✭ 274 (+226.19%)
Mutual labels:  echo
Generator Ng Fullstack
Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest.
Stars: ✭ 701 (+734.52%)
Mutual labels:  echo
Laibot Client
开源人工智能,基于开源软硬件构建语音对话机器人、智能音箱……人机对话、自然交互,来宝拥有无限可能。特别说明,来宝运行于Python 3!
Stars: ✭ 81 (-3.57%)
Mutual labels:  echo
Nekobin
Elegant and open-source pastebin service
Stars: ✭ 61 (-27.38%)
Mutual labels:  echo
Fascia
Stars: ✭ 12 (-85.71%)
Mutual labels:  echo

Echo Scaffold

Echo Scaffold is CLI to generate scaffolds for the echo framework. For now the project only supports mongodb and mgo as database.

Installation

go get github.com/mattn/echo-scaffold

Initializing a project

echo-scaffold init <project path>

Creating a model

echo-scaffold model <model name> <field name>:<field type>

Creating a controller

echo-scaffold controller <controller name>

Creating a scaffold

echo-scaffold scaffold <controller name> <field name>:<field type>

Running

go run <project name>.go

Accessing

Open browser, and access to http://localhost:4000. (Default port:4000)

Thanks

This is based on gin-scaffold

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