Home

Awesome

Ego re

<!--<img align="right" src="https://raw.githubusercontent.com/go-ego/ego/master/logo.jpg">--> <!--[![Build Status](https://travis-ci.org/go-ego/ego.svg)](https://travis-ci.org/go-ego/ego) [![codecov](https://codecov.io/gh/go-ego/ego/branch/master/graph/badge.svg)](https://codecov.io/gh/go-ego/ego)--> <!--<a href="https://circleci.com/gh/go-ego/ego/tree/dev"><img src="https://img.shields.io/circleci/project/go-ego/ego/dev.svg" alt="Build Status"></a>-->

CircleCI Status Build Status Go Report Card GoDoc Release Join the chat at https://gitter.im/go-ego/ego

<!--<a href="https://github.com/go-ego/ego/releases"><img src="https://img.shields.io/badge/%20version%20-%206.0.0%20-blue.svg?style=flat-square" alt="Releases"></a>-->

Re is a tool for helping develop with ego app framework, base on bee.

This is a work in progress.

简体中文

Contents

Requirements:

Installation:

go get -u github.com/go-ego/re 

Then you can add re binary to PATH environment variable in your ~/.bashrc or ~/.bash_profile file:

export PATH=$PATH:<your_main_gopath>/bin

Usage


USAGE
    re command [arguments]

AVAILABLE COMMANDS

    new         auto-generate code for the ego app, Creates a ego application
    api         Creates a ego API application
    riot        Creates a riot application
    gse         Creates a gse application
    run         Run the application by starting a local development server
    pack        Compresses a Ego application into a single file
    bale        Transforms non-Go files to Go source files
    version     Prints the current Re version
    migrate     Runs database migrations
    fix         fix the ego application to make it compatible with ego 1.0

Use re help [command] for more information about a command.

re new

To create a new Ego web application

re run

To run the application we just created, you can navigate to the application folder and execute:

$ cd my-webapp && re run

Or from anywhere in your machine:

$ re run github.com/user/my-webapp

For more information on the usage, run re help run.

Plans

Donate

Contributing

License

Re is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.