Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattn/echo-scaffold

Echo scaffold is CLI to generate scaffolds for the echo framework.
https://github.com/mattn/echo-scaffold

echo golang

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

## Creating a model

echo-scaffold model :

## Creating a controller

echo-scaffold controller

## Creating a scaffold

echo-scaffold scaffold :

## Running

go run .go

## Accessing

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

## Thanks

This is based on [gin-scaffold](https://github.com/dcu/gin-scaffold)